Update
This commit is contained in:
parent
979def4a4a
commit
ce76140b2e
2 changed files with 8 additions and 4 deletions
|
@ -60,10 +60,8 @@ function remove_git_backup(){
|
|||
case "${yn}" in
|
||||
Y|y)
|
||||
echo -e "${white}"
|
||||
echo -e "Info: Stopping processes..."
|
||||
pkill git-backup.sh
|
||||
pkill Git-Backup
|
||||
pkill inotifywait
|
||||
echo -e "Info: Stopping services..."
|
||||
/etc/init.d/S52Git-Backup stop
|
||||
echo -e "Info: Removing files..."
|
||||
rm -f "$HS_CONFIG_FOLDER"/git-backup.cfg
|
||||
rm -f "$INITD_FOLDER"/S52Git-Backup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue