Fisxed bug related to verbose mode
All checks were successful
backup.sh / bash (push) Successful in 29s
All checks were successful
backup.sh / bash (push) Successful in 29s
This commit is contained in:
parent
c227a2f6d7
commit
8dd1067e1b
@ -206,7 +206,9 @@ extract_backup() {
|
||||
printf "[FATAL] - integrity error for '%s'.\n" "$file"
|
||||
exit 1
|
||||
fi
|
||||
printf "[OK] - integrity check for '%s' passed.\n" "$file"
|
||||
if [ "$BACKUP_SH_VERBOSE" -eq 1 ]; then
|
||||
printf "[OK] - integrity check for '%s' passed.\n" "$file"
|
||||
fi
|
||||
done
|
||||
shopt -u globstar dotglob
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user