Skip to content

Commit

Permalink
Update default-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 authored Feb 7, 2021
1 parent ab6be3a commit ea7b341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/common/default-settings
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uci set uhttpd.main.max_requests='100'
uci commit uhttpd

echo $(uci get uhttpd.main.index_page) | grep -q "cgi-bin/luci" ||
uci -q add_list uhttpd.main.index_page='cgi-bin/luci' && commit uhttpd
uci -q add_list uhttpd.main.index_page='cgi-bin/luci' && uci commit uhttpd

if [ ! -f /etc/config/placeholder ]; then

Expand Down

0 comments on commit ea7b341

Please sign in to comment.