improve spacing

This commit is contained in:
James Barnett 2016-09-01 07:31:51 -05:00
parent 9625951a11
commit 97dfcebeeb

View file

@ -73,7 +73,7 @@ if [[ $1 != "pre" ]] && [[ $1 != "post" ]]; then
fi fi
if [[ -z "$SNAPPER_CONFIGS" ]]; then if [[ -z "$SNAPPER_CONFIGS" ]]; then
echo -e "$WARNINGMSG No snapper configurations found, so not taking any snapshots!" echo -e "$ERRORMSG No snapper configurations found, so not taking any snapshots!"
if [[ $PACMAN_ABORT_ON_FAIL == "yes" ]]; then if [[ $PACMAN_ABORT_ON_FAIL == "yes" ]]; then
exit 1 exit 1
else else
@ -131,7 +131,7 @@ for CONFIG in $SNAPPER_CONFIGS; do
done done
if [[ $x -eq 0 ]]; then if [[ $x -eq 0 ]]; then
echo -e "$WARNINGMSG No snapper configurations are set up for snapshots to be taken!" echo -e "$ERRORMSG No snapper configurations are set up for snapshots to be taken!"
if [[ $PACMAN_ABORT_ON_FAIL == "yes" ]]; then if [[ $PACMAN_ABORT_ON_FAIL == "yes" ]]; then
exit 1 exit 1
else else