From 39d5f984885ff1197a53ab4f9e8fab323a1337cf Mon Sep 17 00:00:00 2001 From: Cyril Date: Thu, 11 Apr 2024 11:45:30 +0200 Subject: [PATCH] Update git_backup.sh --- scripts/git_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git_backup.sh b/scripts/git_backup.sh index 45da443..79320ce 100755 --- a/scripts/git_backup.sh +++ b/scripts/git_backup.sh @@ -65,7 +65,7 @@ function remove_git_backup(){ echo -e "Info: Removing files..." rm -f "$HS_CONFIG_FOLDER"/git-backup.cfg rm -f "$INITD_FOLDER"/S52Git-Backup - rm -rf "$PRINTER_DATA_FOLDER"/config/.git + rm -rf "$KLIPPER_CONFIG_FOLDER"/.git if grep -q "include Helper-Script/git-backup" "$PRINTER_CFG" ; then echo -e "Info: Removing Git Backup configurations in printer.cfg file..." sed -i '/include Helper-Script\/git-backup\.cfg/d' "$PRINTER_CFG"