Browse Source

Don't add inadyn to completion file

Bob Mottram 7 years ago
parent
commit
758568200a
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      src/freedombone-utils-web

+ 0
- 6
src/freedombone-utils-web View File

@@ -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 {