diff --git a/scripts/snap-pac b/scripts/snap-pac index a62e64c..586d066 100755 --- a/scripts/snap-pac +++ b/scripts/snap-pac @@ -78,7 +78,7 @@ for CONFIG in $SNAPPER_CONFIGS; do # Source snapper configuration to override defaults source /etc/snapper/configs/"$CONFIG" - echo -e -n " \033[00;34m$CONFIG\033[00m " + echo -n " $CONFIG " if [[ $PACMAN_PRE_POST == "yes" ]]; then @@ -98,7 +98,7 @@ for CONFIG in $SNAPPER_CONFIGS; do echo "$WARNINGMSG $prefile does not exist, so no post snapshot will be taken. If you are initially installing snap-pac, this is normal." fi - echo -e "\033[00;32m✓\033[00m" + echo "✓" else