Wiki » commit.sh
1 |
#!/bin/sh
|
---|---|
2 |
# file: /www/cgi-bin/commit.sh
|
3 |
|
4 |
uci commit radio |
5 |
|
6 |
echo 'Content-type: text/html' |
7 |
echo
|
8 |
|
9 |
echo '<head>' |
10 |
echo '<meta http-equiv="Refresh" content="0;url=http://arduino.local/cgi-bin/radio.cgi" />' |
11 |
echo '</head>' |
12 |
echo '<html><body>' |
13 |
#echo 'Channel selection made permanent on Router'
|
14 |
echo '</body></html>' |