From 9f8d81d3bef44e87d2e721f4f602f6521e246047 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 25 Feb 2025 20:50:46 +0900 Subject: updated Waybar Extra Modules to UserModules --- copy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 3ec9dbfc..6f4bc3cc 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/Modules_Extras" + BACKUP_FILE="$DIRPATHw-backup-$BACKUP_DIR/UserModules" if [ -f "$BACKUP_FILE" ]; then - cp -f "$BACKUP_FILE" "$DIRPATHw/Modules_Extras" + cp -f "$BACKUP_FILE" "$DIRPATHw/UserModules" fi break -- cgit v1.2.3