Docker-7DaysToDie icon indicating copy to clipboard operation
Docker-7DaysToDie copied to clipboard

[Invalid]

Open Stev3n237 opened this issue 4 months ago • 1 comments

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.

Stev3n237 avatar Oct 03 '24 23:10 Stev3n237