Pārlūkot izejas kodu

Don't add inadyn to completion file

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
758568200a
1 mainītis faili ar 0 papildinājumiem un 6 dzēšanām
  1. 0
    6
      src/freedombone-utils-web

+ 0
- 6
src/freedombone-utils-web Parādīt failu

491
     function_check set_repo_commit
491
     function_check set_repo_commit
492
     set_repo_commit "$INSTALL_DIR/inadyn" "inadyn commit" "$INADYN_COMMIT" "$INADYN_REPO"
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
     # Here we compile from source because the current package
494
     # Here we compile from source because the current package
499
     # doesn't support https, which could result in passwords
495
     # doesn't support https, which could result in passwords
500
     # being leaked
496
     # being leaked
562
         rm /usr/local/sbin/inadyn
558
         rm /usr/local/sbin/inadyn
563
         upgrade_inadyn_config
559
         upgrade_inadyn_config
564
     fi
560
     fi
565
-
566
-    mark_completed "${FUNCNAME[0]}"
567
 }
561
 }
568
 
562
 
569
 function update_default_search_engine {
563
 function update_default_search_engine {