Update install-nodemgmt.sh

This commit is contained in:
2019-01-27 13:52:49 -06:00
parent 6e9720dfd7
commit d31923162c

View File

@@ -16,7 +16,7 @@ do_with_root $APTFUNC -y install wget curl git
do_with_root set -eu
do_with_root git clone --recurse-submodules https://git.schroedercity.com/voltron/NodeMgmt.git /opt/NodeMgmt
cd /opt/NodeMgmt
git submodule foreach git pull origin master
do_with_root git submodule foreach git pull origin master
do_with_root ln -s /opt/NodeMgmt/run.sh /usr/local/bin/nodemgmt
echo -e "node_hostname=$(hostname)" > /opt/NodeMgmt/settings.conf