mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue