Don't add inadyn to completion file

This commit is contained in:
Bob Mottram 2018-05-12 18:04:41 +01:00
parent 06b428e855
commit 758568200a
1 changed files with 0 additions and 6 deletions

View File

@ -491,10 +491,6 @@ function install_dynamicdns {
function_check set_repo_commit
set_repo_commit "$INSTALL_DIR/inadyn" "inadyn commit" "$INADYN_COMMIT" "$INADYN_REPO"
if [[ $(is_completed "${FUNCNAME[0]}") == "1" ]]; then
return
fi
# Here we compile from source because the current package
# doesn't support https, which could result in passwords
# being leaked
@ -562,8 +558,6 @@ function install_dynamicdns {
rm /usr/local/sbin/inadyn
upgrade_inadyn_config
fi
mark_completed "${FUNCNAME[0]}"
}
function update_default_search_engine {