diff --git a/scripts/start-watchdog.sh b/scripts/start-watchdog.sh deleted file mode 100644 index 0c09723..0000000 --- a/scripts/start-watchdog.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -killpid="$(pidof ArkAscendedServer.exe)" -while true -do - tail --pid=$killpid -f /dev/null - kill "$(pidof tail)" - exit 0 -done \ No newline at end of file