small-package/ddns-go/file/luci-ddns-go.uci-default

8 lines
167 B
Plaintext
Raw Normal View History

2023-06-25 23:22:21 +08:00
#!/bin/sh
2023-07-16 23:35:21 +08:00
[ -s "/etc/ddns-go/localtime" ] && mv -f /etc/ddns-go/localtime /etc/localtime
2023-06-25 23:22:21 +08:00
/etc/init.d/ddns-go enable
/etc/init.d/ddns-go start
rm -f /tmp/luci*
exit 0