X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fnetwork.git;a=blobdiff_plain;f=src%2Ffunctions%2Ffunctions.hostapd;h=737bd1a1bbb4b948d790023c490d49726f65414e;hp=bf0c5fc9ee0c6928cea4e19588bf4517e29328f6;hb=7c91c167d10cbe3d390f0dc8c426eed0abf243b4;hpb=01648ba604f9d0c922193553cfcb36dae0bfddaf diff --git a/src/functions/functions.hostapd b/src/functions/functions.hostapd index bf0c5fc9..737bd1a1 100644 --- a/src/functions/functions.hostapd +++ b/src/functions/functions.hostapd @@ -378,6 +378,9 @@ hostapd_config_write() { ) >> ${file} fi + # Log configuration file + file_to_log DEBUG "${file}" + return ${EXIT_OK} }