From b5ea4a34aab4d2dd44226511c5ce7ce47aa1dcb7 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 16 Dec 2022 17:22:52 +0100 Subject: [PATCH] Fixup start script --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index ba90634..ae18673 100755 --- a/start.sh +++ b/start.sh @@ -24,7 +24,8 @@ first_time_setup() { sleep 5 done - kill -SIGTERM peertube # this kills the process group + killall -SIGTERM peertube # this kills the process group + sleep 5 echo "==> Reset root password" echo "changeme" | npm run reset-password -- -u root