From d676acab0742932e0f52f4816a308abc043eec30 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 21 Feb 2025 21:59:54 +0900 Subject: updated --- copy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/copy.sh b/copy.sh index 6f29f750..3fdd7f25 100755 --- a/copy.sh +++ b/copy.sh @@ -583,10 +583,6 @@ HYPR_DIR="$HOME/.config/hypr" BACKUP_DIR=$(get_backup_dirname) BACKUP_HYPR_PATH="$HYPR_DIR-backup-$BACKUP_DIR" -if [ ! -d "$BACKUP_HYPR_PATH" ]; then - exit 0 -fi - echo -e "\n${NOTE} Restoring ${SKY_BLUE}Animations & Monitor Profiles${RESET} directories into ${YELLOW}$HYPR_DIR${RESET}..." DIR_B=("Monitor_Profiles" "animations") -- cgit v1.2.3