Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kimzuni committed Sep 2, 2024
1 parent 6405050 commit e004379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/major_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if dirExists "$BACKUP_DIR" > /dev/null; then
for file in "${backup_files[@]}"; do
rename="$file"
if [[ "$file" =~ ^Saved-Backup-.+\.tar\.gz$ ]]; then
mv "$file" "${file/Saved-Backup/longvinter-save}"
mv "$BACKUP_DIR/$file" "$BACKUP_DIR/${file/Saved-Backup/longvinter-save}"
fi
done
fi

0 comments on commit e004379

Please sign in to comment.