From ec2c6016ae067cd766e79dac7317172dd9bcc770 Mon Sep 17 00:00:00 2001 From: The Aviator Date: Sun, 31 May 2015 02:16:06 -0400 Subject: [PATCH] Ensure only yaml config file written to stdout --- easy_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/easy_setup.sh b/easy_setup.sh index b119971..6998312 100755 --- a/easy_setup.sh +++ b/easy_setup.sh @@ -145,10 +145,10 @@ until (( $moveon )); do fi done -echo; +echoerr; echo $dotlink -echo -echo "The below are the actions that will be taken to setup DotBot." +echoerr +echoerr "The below are the actions that will be taken to setup DotBot." echoerr $setupshell