From 04696ec612527189428fbbb7f02dbc28ba579cd9 Mon Sep 17 00:00:00 2001 From: Cyril Date: Thu, 11 Apr 2024 11:47:21 +0200 Subject: [PATCH] Update git_backup.sh --- scripts/git_backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/git_backup.sh b/scripts/git_backup.sh index 79320ce..ba66e44 100755 --- a/scripts/git_backup.sh +++ b/scripts/git_backup.sh @@ -62,6 +62,8 @@ function remove_git_backup(){ echo -e "${white}" echo -e "Info: Stopping processes..." pkill git-backup.sh + pkill Git-Backup + pkill inotifywait echo -e "Info: Removing files..." rm -f "$HS_CONFIG_FOLDER"/git-backup.cfg rm -f "$INITD_FOLDER"/S52Git-Backup