diff --git a/scripts/template.sh b/scripts/template.sh index 85eeba0..05a4e9a 100755 --- a/scripts/template.sh +++ b/scripts/template.sh @@ -15,7 +15,7 @@ notice() { if test $# -eq 0; then return fi - echo -e "\e[1m$*\e[0m" 1>&3 + echo -e "\e[1m$*\e[0m" 1>&2 } # write error message