more runtime tweeting

This commit is contained in:
Lawrence 2018-01-13 17:11:27 -05:00
parent f7fda867e8
commit c31da5c8b5

View File

@ -3,18 +3,6 @@ export PORT
export REDIRPORT
export MPSPORT
if [ "$1" != "" ] ; then
PORT=$1
fi
if [ "$2" != "" ]; then
REDIRPORT=$2
fi
if [ "$3" != "" ]; then
MPSPORT=$3
fi
su - meshserver
cd /home/meshserver/
npm install meshcentral