diff options
Diffstat (limited to 'abs/core-testing/LinHES-config/systemconfig.sh')
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh index 52b7ba3..19cdbf9 100755 --- a/abs/core-testing/LinHES-config/systemconfig.sh +++ b/abs/core-testing/LinHES-config/systemconfig.sh @@ -727,6 +727,15 @@ then fi +if [ x$DDnsEnable = x1 ] +then + ser_daemon_add="inadyn $ser_daemon_add" + ser_install="inadyn $ser_install" +else + ser_daemon_remove="inadyn $ser_daemon_remove" + ser_remove="inadyn $ser_remove" +fi + #Setting the default, just to avoid the or statement.. @@ -1067,6 +1076,7 @@ function setup_web_auth { } + #----------------------------------------------------MAIN PROGRAM------------------------------------------- #misc,sleep,hostype,advanced,audio eval LAST=\$$# @@ -1104,6 +1114,12 @@ case $i in ;; reloadfe) reloadfe ;; + ddns) services + install=$ser_install + remove=$ser_remove + daemon_add=$ser_daemon_add + daemon_remove=$ser_daemon_remove + ;; this_is_install) MV_NEW_INSTALL="true" ;; @@ -1321,7 +1337,6 @@ then fi - daemons #add check for lcd, and restart if needed. |