|
@@ -491,10 +491,6 @@ function install_dynamicdns {
|
491
|
491
|
function_check set_repo_commit
|
492
|
492
|
set_repo_commit "$INSTALL_DIR/inadyn" "inadyn commit" "$INADYN_COMMIT" "$INADYN_REPO"
|
493
|
493
|
|
494
|
|
- if [[ $(is_completed "${FUNCNAME[0]}") == "1" ]]; then
|
495
|
|
- return
|
496
|
|
- fi
|
497
|
|
-
|
498
|
494
|
# Here we compile from source because the current package
|
499
|
495
|
# doesn't support https, which could result in passwords
|
500
|
496
|
# being leaked
|
|
@@ -562,8 +558,6 @@ function install_dynamicdns {
|
562
|
558
|
rm /usr/local/sbin/inadyn
|
563
|
559
|
upgrade_inadyn_config
|
564
|
560
|
fi
|
565
|
|
-
|
566
|
|
- mark_completed "${FUNCNAME[0]}"
|
567
|
561
|
}
|
568
|
562
|
|
569
|
563
|
function update_default_search_engine {
|