mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-22 05:27:24 +00:00
Update S10httpd
fix message not displaying when no config set
This commit is contained in:
parent
65512964d9
commit
f99c1f2090
@ -31,8 +31,8 @@ compose_home()
|
||||
|
||||
echo '<a class="server_LINK" href="/mulitcam.html" >Multi-Cam</a>' >> $target
|
||||
else
|
||||
echo 'wz_mini.conf is missing the line WEB_SERVER_OPTIONS <br >';
|
||||
echo 'to populate it with full capabilities:<pre>WEB_SERVER_OPTIONS="cam config car jpeg multicam diag status"</pre>';
|
||||
echo 'wz_mini.conf is missing the line WEB_SERVER_OPTIONS <br >' >> $target;
|
||||
echo 'to populate it with full capabilities:<pre>WEB_SERVER_OPTIONS="cam config car jpeg multicam diag status"</pre>' >> $target;
|
||||
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user