From 50c94a5095b0fb9ed098d40790351e42cc921caa Mon Sep 17 00:00:00 2001 From: Lawrence Date: Sat, 13 Jan 2018 12:09:57 -0500 Subject: [PATCH] correct run time issues --- docker/startmeshcentral.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/startmeshcentral.sh b/docker/startmeshcentral.sh index 740756b7..0e5a53d3 100644 --- a/docker/startmeshcentral.sh +++ b/docker/startmeshcentral.sh @@ -10,6 +10,7 @@ if [ $2 != "" ]; then REDIRPORT=$2 fi +su - meshcentral cd /home/meshcentral npmbin=$(which node) foreverbin=$(which forever)