From: Mathias Klette Date: Fri, 31 Aug 2012 15:24:34 +0000 (+0200) Subject: correct: copy&paste text must be printed on stderr to prevent figlet being used twice X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4b1f562e787816fcd7d5a129be54506ab693e32c;p=profitbricks%2Fjenkins-build-scripts.git correct: copy&paste text must be printed on stderr to prevent figlet being used twice --- diff --git a/live_build.sh b/live_build.sh index 26fe61f..ea953d5 100755 --- a/live_build.sh +++ b/live_build.sh @@ -52,7 +52,7 @@ export LIVE_TYPE BUILD_DATE BUILD_ID BUILD_TARGET RSYNC_BASE RSYNC_SRC RSYNC_DST # # Build # -echo "building $LIVE_TYPE with build_id $BUILD_ID" | tee -a - | figlet +echo "building $LIVE_TYPE with build_id $BUILD_ID" | tee -a /dev/stderr | figlet cd pserver.flexible sudo bash ./lb_build.sh mrproper