Process must be run as root-level pi user

This commit is contained in:
mmcwilliams 2018-10-07 15:10:30 -04:00
parent 3a4ee57982
commit 5686a6b1bb
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ rm master.zip
cd intval3
npm install
pm2 start process.json
sudo pm2 start process.json
echo "Finished installing intval3"