mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-24 10:31:08 +00:00
use npm run instead
This commit is contained in:
parent
f19ac26bc2
commit
8af7256a77
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -10,7 +10,7 @@ reset_root_password() {
|
|||
sleep 3
|
||||
done
|
||||
|
||||
echo "changeme" | node ./dist/scripts/reset-password.js -u root
|
||||
echo "changeme" | npm run reset-password -- -u root
|
||||
}
|
||||
|
||||
# cd /var/www/peertube/peertube-latest/scripts && sudo -H -u peertube ./upgrade.sh
|
||||
|
|
Loading…
Reference in a new issue