From: Frank Brehm Date: Thu, 18 Jun 2020 16:13:38 +0000 (+0200) Subject: Minor change X-Git-Tag: 2.1.2^2~9^2~31^2~19 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=da36830c58afc9aaa65e270a3be8109738d38739;p=pixelpark%2Fcreate-vmware-tpl.git Minor change --- diff --git a/snippets/tpl.001.basics.sh b/snippets/tpl.001.basics.sh index d1309d1..c38150f 100644 --- a/snippets/tpl.001.basics.sh +++ b/snippets/tpl.001.basics.sh @@ -60,7 +60,7 @@ echo " \$DOMAIN: $DOMAIN" log() { echo "$(date --rfc-3339=seconds): $*" - echo "$*" >/dev/console + printf "$*\r\n" >/dev/console } #end raw