make echo use escape code
This commit is contained in:
parent
be873061bd
commit
c6e5f06691
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "✓"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue