mirror of
https://github.com/tsingui/softcenter-1.git
synced 2025-04-04 15:55:24 +00:00
11 lines
173 B
Bash
11 lines
173 B
Bash
#!/bin/sh
|
|
|
|
|
|
eval `dbus export ddnspod`
|
|
|
|
if [ "$ddnspod_enable" == "1" ];then
|
|
/jffs/softcenter/scripts/ddnspod.sh restart
|
|
else
|
|
/jffs/softcenter/scripts/ddnspod.sh stop
|
|
fi
|