scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 19816a01600be1b6e87341a2e5ec19d12366086c
parent 19b24228b8e5fe522266ab518012893c89c54fd9
Author: sin <sin@2f30.org>
Date:   Tue, 17 Feb 2015 12:16:35 +0000

Redirect stderr to stdout so tee can log it

Diffstat:
Mupgrade-obsd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upgrade-obsd b/upgrade-obsd @@ -42,4 +42,4 @@ finish() { upgradekernel 2>&1 | tee kernel.output upgradeworld 2>&1 | tee world.output upgradexenocara 2>&1 | tee xenocara.output -finish | tee finish.output +finish 2>&1 | tee finish.output