Browse Source

funcownissue instead of filesownissue

It wouldn't display onwership issues in filesdir.
pull/1037/merge
UltimateByte 9 years ago
committed by GitHub
parent
commit
7f88bc8742
  1. 2
      lgsm/functions/check_permissions.sh

2
lgsm/functions/check_permissions.sh

@ -37,7 +37,7 @@ fn_check_ownership(){
if [ "${funcownissue}" == "1" ]; then
find "${functionsdir}" -not -user $(whoami) -printf "%u\t\t%g\t%p\n"
fi
if [ "${funcownissue}" == "1" ]; then
if [ "${filesownissue}" == "1" ]; then
find "${filesdir}" -not -user $(whoami) -printf "%u\t\t%g\t%p\n"
fi

Loading…
Cancel
Save