Docker-7DaysToDie
Docker-7DaysToDie copied to clipboard
[Invalid]
Describe the bug Issues with the script and missing 1 space
To Reproduce Steps to reproduce the behavior: under the code Scripts/Server Backup.sh Line 31 find "$BACKUP_DESTINATION" -type f -name "*.tar.gz" -mtime +$BACKUP_MAX -delete
Expected behavior
$BACKUP_MAX -delete doesn't work runs error code in the logs error is find: invalid argument +' to
-mtime'
Additional context Please just add a space between the + and $BACKUP_MAX to fix.