|
@ -81,7 +81,7 @@ if [ -n "${functionsdir}" ]; then |
|
|
|
|
|
|
|
|
if [ "${funcpermfail}" == "1" ]; then |
|
|
if [ "${funcpermfail}" == "1" ]; then |
|
|
fn_print_fail_nl "Oops ! Permission issue..." |
|
|
fn_print_fail_nl "Oops ! Permission issue..." |
|
|
echo " *Current - ${currentuser} - user or its group(s) - ${currentgroups} need full control on scripts in \"${functionsdir}\"" |
|
|
echo " * Current - ${currentuser} - user or its group(s) - ${currentgroups} need full control on scripts in \"${functionsdir}\"" |
|
|
echo " * You might wanna run : chmod -R 770 \"${functionsdir}\"" |
|
|
echo " * You might wanna run : chmod -R 770 \"${functionsdir}\"" |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|