Browse Source

Update check_permissions.sh

pull/820/merge
UltimateByte 9 years ago
parent
commit
14b069dca4
  1. 1
      lgsm/functions/check_permissions.sh

1
lgsm/functions/check_permissions.sh

@ -26,6 +26,7 @@ if [ -n "${functionsdir}" ]; then
if [ "${shortperm}" != "7" ]; then
fn_print_warn_nl "Warning, permission issues found in ${functionsdir}"
echo " * Easy fix : chmod -R 755 ${functionsdir}"
echo " * To enable monitor run ./${selfname} start"
fi
done
fi

Loading…
Cancel
Save