fn_print_information_nl "For more information, please see https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found"
fn_print_information_nl "please see https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found"
fn_script_log "For more information, please see https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found"
if["${monitorflag}"==1];then
alert="permissions"
alert.sh
fi
core_exit.sh
fi
}
@ -60,6 +63,10 @@ fn_check_permissions(){
echo -e "File\n"
find "${functionsdir}" -type f -not -executable -printf "%p\n"
}| column -s $'\t' -t | tee -a "${scriptlog}"
if["${monitorflag}"==1];then
alert="permissions"
alert.sh
fi
core_exit.sh
fi
fi
@ -78,6 +85,10 @@ fn_check_permissions(){
fn_script_log_info "The following directory does not have the correct permissions:"
fn_script_log_info "${rootdir}"
ls -l "${rootdir}"
if["${monitorflag}"==1];then
alert="permissions"
alert.sh
fi
core_exit.sh
fi
fi
@ -118,6 +129,10 @@ fn_check_permissions(){
ls -l "${executabledir}/${execname}"
fn_script_log_warn "The following file could not be set executable:"