Echo logfile path + file for ajax handler

This commit is contained in:
billz
2023-10-31 15:14:55 +00:00
parent 11e17a8895
commit 362feae185
3 changed files with 46 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ function _generate_log() {
_systemd_info
_log_write "RaspAP debug log generation complete."
echo "${logfile_path}/${RASPAP_LOGFILE}"
exit 0
}