Run explorer under root

This commit is contained in:
phahulin 2017-07-10 15:12:32 +03:00 committed by GitHub
parent 5e4ecda522
commit b2a70c05e8
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ EOF
cd ..
cat > explorer.start <<EOF
cd chain-explorer
pm2 startOrRestart app.json
sudo -u root -H pm2 startOrRestart app.json
cd ..
EOF
chmod +x explorer.start