correct run time issues

This commit is contained in:
Lawrence 2018-01-13 12:09:57 -05:00
parent 19273e9241
commit 50c94a5095

View File

@ -10,6 +10,7 @@ if [ $2 != "" ]; then
REDIRPORT=$2 REDIRPORT=$2
fi fi
su - meshcentral
cd /home/meshcentral cd /home/meshcentral
npmbin=$(which node) npmbin=$(which node)
foreverbin=$(which forever) foreverbin=$(which forever)