Browse Source

Update check_permissions.sh

UltimateByte 10 năm trước cách đây
mục cha
commit
5a83979d20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lgsm/functions/check_permissions.sh

+ 1 - 1
lgsm/functions/check_permissions.sh

@@ -32,7 +32,7 @@ if [ -n "${functionsdir}" ]; then
   while read -r filename
     do
       if [ ! -O "${filename}" ] && [ ! -G "${filename}" ]; then
-        funownfail="0"
+        funownfail="1"
         conclusionpermissionerror="1"
       fi
   done <<< "$(find "${functionsdir}" -name "*.sh")"