forked from cloudron-apps/peertube-app
Fixup start script
This commit is contained in:
parent
83dffb7e82
commit
b5ea4a34aa
1 changed files with 2 additions and 1 deletions
3
start.sh
3
start.sh
|
@ -24,7 +24,8 @@ first_time_setup() {
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
||||||
kill -SIGTERM peertube # this kills the process group
|
killall -SIGTERM peertube # this kills the process group
|
||||||
|
sleep 5
|
||||||
|
|
||||||
echo "==> Reset root password"
|
echo "==> Reset root password"
|
||||||
echo "changeme" | npm run reset-password -- -u root
|
echo "changeme" | npm run reset-password -- -u root
|
||||||
|
|
Loading…
Reference in a new issue