diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index 29759c6..d3b09d5 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -17,7 +17,6 @@ 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 ln -s /opt/NodeMgmt/run.sh /usr/local/bin/nodemgmt echo -e "node-hostname=$(hostname)" > /opt/NodeMgmt/settings.conf