diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-27 09:47:57 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-27 09:47:57 +0900 |
| commit | c20cc511fffb7a475105b23c841b193975fdc6fc (patch) | |
| tree | 0f915c471992c068b95b26a68e755ac3893c31df /copy.sh | |
| parent | 0c00a12234c60e26cadb96005c0b362ba80030b7 (diff) | |
minor update copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -596,9 +596,9 @@ if [ -d "$DIRPATHw" ]; then done || true # Step 4: restore Modules_Extras - BACKUP_FILE="$DIRPATHw-backup-$BACKUP_DIR/UserModules" - if [ -f "$BACKUP_FILE" ]; then - cp -f "$BACKUP_FILE" "$DIRPATHw/UserModules" + BACKUP_FILEw="$DIRPATHw-backup-$BACKUP_DIR/UserModules" + if [ -f "$BACKUP_FILEw" ]; then + cp -f "$BACKUP_FILEw" "$DIRPATHw/UserModules" fi break |
