diff --git a/scripts/functions.sh b/scripts/functions.sh index 8faca3c..68e395b 100755 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -122,7 +122,7 @@ print_error(){ done sum=$(IFS=+; echo "$((${data_count[*]}))") if [ $sum -eq 0 ]; then - ERROR_MSG=" Looks like $1 was already removed!\n Skipping..." + ERROR_MSG="Looks like $1 was already removed!\n Skipping..." else ERROR_MSG="" fi