Fix shellcheck
This commit is contained in:
@@ -18,7 +18,7 @@ let
|
||||
if [ $rc -ne 0 ]; then
|
||||
echo "Backup of $i failed with exit code $rc:"
|
||||
echo "$output"
|
||||
exit_code="$rc"
|
||||
exit_code=1;
|
||||
else
|
||||
echo "Backup of $i successful:"
|
||||
echo "$output"
|
||||
|
Reference in New Issue
Block a user