Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-28 11:43:31 -06:00
parent 8887194fa8
commit 23883ac47c

View File

@@ -94,7 +94,7 @@ case "$1" in
nip='localhost' nip='localhost'
NCMD='' NCMD=''
else else
NCMD='ssh root@${nip}' NCMD="ssh root@${nip}"
fi fi
echo -e "${idsCL[Yellow]}Setting folder permissions for Node ${nid} (${nip})${idsCL[Default]}" echo -e "${idsCL[Yellow]}Setting folder permissions for Node ${nid} (${nip})${idsCL[Default]}"
echo -en "${idsCL[Cyan]}LetsEncrypt Certs ${idsCL[Default]}" echo -en "${idsCL[Cyan]}LetsEncrypt Certs ${idsCL[Default]}"