aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-27 09:47:57 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-27 09:47:57 +0900
commitc20cc511fffb7a475105b23c841b193975fdc6fc (patch)
tree0f915c471992c068b95b26a68e755ac3893c31df /copy.sh
parent0c00a12234c60e26cadb96005c0b362ba80030b7 (diff)
minor update copy.sh
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/copy.sh b/copy.sh
index a055e651..69641fda 100755
--- a/copy.sh
+++ b/copy.sh
@@ -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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage