improve spacing
This commit is contained in:
parent
9625951a11
commit
97dfcebeeb
1 changed files with 4 additions and 4 deletions
|
|
@ -73,7 +73,7 @@ if [[ $1 != "pre" ]] && [[ $1 != "post" ]]; then
|
|||
fi
|
||||
|
||||
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
|
||||
exit 1
|
||||
else
|
||||
|
|
@ -131,7 +131,7 @@ for CONFIG in $SNAPPER_CONFIGS; do
|
|||
done
|
||||
|
||||
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
|
||||
exit 1
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue