فهرست منبع

sys permission fix only upon server start

fixes #1303
UltimateByte 9 سال پیش
والد
کامیت
7a4438e8d0
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      lgsm/functions/check_permissions.sh

+ 3 - 1
lgsm/functions/check_permissions.sh

@@ -232,4 +232,6 @@ fn_sys_perm_error_process(){
 ## Run checks
 fn_check_ownership
 fn_check_permissions
-fn_sys_perm_error_process
+if [ "${function_selfname}" == "command_start.sh" ]; then
+	fn_sys_perm_error_process
+fi