From 174002076373476becceee8e6b6f37aa9c008c09 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jan 2019 13:37:42 -0600 Subject: [PATCH] Update install-nodemgmt.sh --- install-nodemgmt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index 6b44296..961e571 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -14,12 +14,12 @@ echo -e "${CS[color,LightGreen]}NodeMgmt Installation Script${CS[color,Default]} do_with_root $APTFUNC -y install wget curl git do_with_root set -eu -do_with_root git clone https://git.schroedercity.com/voltron/NodeMgmt.git /opt/NodeMgmt +do_with_root git clone --recurse-submodules https://git.schroedercity.com/voltron/NodeMgmt.git /opt/NodeMgmt do_with_root ln -s /opt/NodeMgmt/run.sh /usr/local/bin/nodemgmt echo -e "node-hostname=$(hostname)" > /opt/NodeMgmt/settings.conf -cd /opt/NodeMgmt -git config --global submodule.recurse true +#cd /opt/NodeMgmt +#git config --global submodule.recurse true echo "" echo -e "${CS[color,LightYellow]}NodeMgmt has been Installed${CS[color,Default]}"