mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Adding "cgi invocation" to log file
This commit is contained in:
parent
6fded50293
commit
c5b91a2416
@ -8,6 +8,7 @@ SCRIPT_PATH=/usr/share/lua/wifibox
|
||||
LOG_FILE=/tmp/wifibox.log
|
||||
|
||||
cd $SCRIPT_PATH
|
||||
echo "CGI invocation" >> $LOG_FILE
|
||||
$LUA ./cmdmain.lua $@ 2>> $LOG_FILE
|
||||
|
||||
exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user