Revert "color more output"

Doesn't look good in pacman log.

This reverts commit 43ae966afa.
This commit is contained in:
James Barnett 2016-08-31 16:08:02 -05:00
parent 43ae966afa
commit 71ee66826e

View file

@ -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