diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index fe349ce1..931010a8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -99,7 +99,7 @@ case "$1" in #ssh root@${nip} chown -R www-data:www-data /var/www #ssh root@${nip} chmod -R 7775 /var/www echo -e "${idsCL[Green]}OK${idsCL[Default]}" - echo -en "${idsCL[Cyan]}Gogs Folder... ${idsCL[Default]}" + echo -en "${idsCL[Cyan]}Gogs Folder... ${idsCL[Default]}" #ssh root@${nip} chown -R gogs:gogs /var/www/gogs #ssh root@${nip} chmod -R 7775 /var/www/gogs echo -e "${idsCL[Green]}OK${idsCL[Default]}"