Skip to content
Snippets Groups Projects
Commit 75856820 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't add inadyn to completion file

parent 06b428e8
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment