mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-11 19:04:21 +08:00
8 lines
167 B
Bash
8 lines
167 B
Bash
#!/bin/sh
|
|
|
|
[ -s "/etc/ddns-go/localtime" ] && mv -f /etc/ddns-go/localtime /etc/localtime
|
|
/etc/init.d/ddns-go enable
|
|
/etc/init.d/ddns-go start
|
|
rm -f /tmp/luci*
|
|
exit 0
|