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