mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-04-30 23:30:10 +08:00
6 lines
64 B
Bash
6 lines
64 B
Bash
#!/bin/sh
|
|
|
|
/etc/init.d/dockerd uciadd
|
|
|
|
rm -rf /tmp/luci-*
|
|
exit 0 |