mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-05 02:38:05 -05:00
more runtime tweeting
This commit is contained in:
parent
f7fda867e8
commit
c31da5c8b5
@ -3,18 +3,6 @@ export PORT
|
|||||||
export REDIRPORT
|
export REDIRPORT
|
||||||
export MPSPORT
|
export MPSPORT
|
||||||
|
|
||||||
if [ "$1" != "" ] ; then
|
|
||||||
PORT=$1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$2" != "" ]; then
|
|
||||||
REDIRPORT=$2
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$3" != "" ]; then
|
|
||||||
MPSPORT=$3
|
|
||||||
fi
|
|
||||||
|
|
||||||
su - meshserver
|
su - meshserver
|
||||||
cd /home/meshserver/
|
cd /home/meshserver/
|
||||||
npm install meshcentral
|
npm install meshcentral
|
||||||
|
Loading…
x
Reference in New Issue
Block a user