From bd4380f1e24964af32c80e88bc17231866aed6c8 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 29 Jul 2023 14:11:57 +0300 Subject: [PATCH] update install script --- go-daemon/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go-daemon/install.sh b/go-daemon/install.sh index 31a558d..c0e0793 100644 --- a/go-daemon/install.sh +++ b/go-daemon/install.sh @@ -3,7 +3,8 @@ ### godaemon1 # Pre-Cleaning sudo rm /usr/bin/godaemon1 -sudo rm -rf /usr/lib/godaemon1/ +sudo rm -rf /etc/godaemon1/ +sudo killall godaemon1 sudo systemctl disable godaemon1 sudo systemctl stop godaemon1 sudo systemctl daemon-reload