make echo use escape code

This commit is contained in:
James Barnett 2016-08-31 20:31:53 -05:00
parent be873061bd
commit c6e5f06691

View file

@ -95,7 +95,7 @@ for CONFIG in $SNAPPER_CONFIGS; do
echo -n "$postnum "
rm "$prefile"
else
echo "$WARNINGMSG $prefile does not exist, so no post snapshot will be taken. If you are initially installing snap-pac, this is normal."
echo -e "$WARNINGMSG $prefile does not exist, so no post snapshot will be taken. If you are initially installing snap-pac, this is normal."
fi
echo "✓"