Fixup start script

This commit is contained in:
Johannes Zellner 2022-12-16 17:22:52 +01:00
parent 83dffb7e82
commit b5ea4a34aa

View file

@ -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