7 lines
102 B
Bash
Executable file
7 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf /tmp/luci-modulecache/
|
|
/etc/init.d/uhttpd restart
|
|
/etc/init.d/rpcd reload
|
|
|
|
return 0
|