8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
chmod +x /sbin/set_at_port.sh
|
|
chmod +x /usr/bin/luci-app-atinout
|
|
rm -rf /tmp/luci-indexcache
|
|
rm -rf /tmp/luci-modulecache/
|
|
/sbin/set_at_port.sh
|
|
exit 0
|