Browse Source

Update check_permissions.sh

pull/820/merge
UltimateByte 9 years ago
parent
commit
5a83979d20
  1. 2
      lgsm/functions/check_permissions.sh

2
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")"

Loading…
Cancel
Save