added nodemgmt uninstall

This commit is contained in:
2019-01-27 13:32:21 -06:00
parent c91d55bf9c
commit a4dd362bc0
2 changed files with 25 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ do_with_root git clone https://git.schroedercity.com/voltron/NodeMgmt.git /opt/N
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
echo ""
echo -e "${CS[color,LightYellow]}NodeMgmt has been Installed${CS[color,Default]}"