vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
235 stars 46 forks source link

[Invalid] #278

Open Stev3n237 opened 1 month ago

Stev3n237 commented 1 month ago

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.

vinanrra commented 1 month ago

Hi, could you share your docker-compose?, because i'm unable to reproduce this error.