소스 검색

Update check_permissions.sh

UltimateByte 10 년 전
부모
커밋
5a83979d20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")"