4
0
Эх сурвалжийг харах

Update check_permissions.sh

UltimateByte 10 жил өмнө
parent
commit
14b069dca4

+ 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