mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 15:08:21 +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
|
echo '<a class="server_LINK" href="/mulitcam.html" >Multi-Cam</a>' >> $target
|
||||||
else
|
else
|
||||||
echo 'wz_mini.conf is missing the line WEB_SERVER_OPTIONS <br >';
|
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>';
|
echo 'to populate it with full capabilities:<pre>WEB_SERVER_OPTIONS="cam config car jpeg multicam diag status"</pre>' >> $target;
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user