Przeglądaj źródła

Update check_permissions.sh

UltimateByte 10 lat temu
rodzic
commit
14b069dca4
1 zmienionych plików z 1 dodań i 0 usunięć
  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