Skip to content

Commit

Permalink
remove duplicated uci set uhttpd; later set in system.configure()
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Aug 14, 2014
1 parent 0458fb7 commit c79c314
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/lime-system/files/etc/uci-defaults/90_lime-config
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh
echo "Configuring LiMe for first boot..." | tee /tmp/lime-config.log
uci add_list uhttpd.main.listen_https="[::]:443"
uci add_list uhttpd.main.listen_http="[::]:80"
lua /usr/bin/lime-config | tee -a /tmp/lime-config.log
echo "###### uci changes generated by lime-config run: ######" >> /tmp/lime-config.log
uci changes >> /tmp/lime-config.log
Expand Down

0 comments on commit c79c314

Please sign in to comment.