From 25087bfea15dccb608d62785240447c9572def03 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Wed, 1 Sep 2021 23:38:42 +0200 Subject: [PATCH] Fixed nohup --- reboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reboot.sh b/reboot.sh index ca5b8aa..dc1e2b1 100644 --- a/reboot.sh +++ b/reboot.sh @@ -1,3 +1,3 @@ #!/usr/bin/bash ps -ef | grep 'hotcutdaemon.py' | grep -v grep | awk '{print $2}' | xargs -r kill -9 -python3 hotcutdaemon.py & +nohup python3 hotcutdaemon.py &