Explorar el Código

Update check_permissions.sh

UltimateByte hace 10 años
padre
commit
14b069dca4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lgsm/functions/check_permissions.sh

+ 1 - 0
lgsm/functions/check_permissions.sh

@@ -26,6 +26,7 @@ if [ -n "${functionsdir}" ]; then
     if [ "${shortperm}" != "7" ]; then
       fn_print_warn_nl "Warning, permission issues found in ${functionsdir}"
       echo "  * Easy fix : chmod -R 755 ${functionsdir}"
+      echo "	* To enable monitor run ./${selfname} start"
     fi
   done
 fi