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"
|
printf "[FATAL] - integrity error for '%s'.\n" "$file"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
done
|
||||||
shopt -u globstar dotglob
|
shopt -u globstar dotglob
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user