diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index d3b09d5..d5f0e54 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -18,7 +18,7 @@ do_with_root git clone --recurse-submodules https://git.schroedercity.com/voltro 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 +echo -e "node_hostname=$(hostname)" > /opt/NodeMgmt/settings.conf echo ""