Procházet zdrojové kódy

Update check_permissions.sh

UltimateByte před 10 roky
rodič
revize
5a83979d20
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")"