mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-26 14:13:14 -05:00
more runtime tweeting
This commit is contained in:
parent
f7fda867e8
commit
c31da5c8b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user