- Timestamp:
- Jun 9, 2014, 2:28:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/backup.sh
r54 r55 16 16 unset -v LatestBackup 17 17 local fileI 18 for fileI in $(find "$SDTD_BACKUP_ROOT" -type d - -mindepth 1 --maxdepth 1); do18 for fileI in $(find "$SDTD_BACKUP_ROOT" -type d -mindepth 1 -maxdepth 1); do 19 19 if [ "$fileI" -nt "$LatestBackup" ]; then 20 20 LatestBackup=$fileI
Note:
See TracChangeset
for help on using the changeset viewer.