Don't add inadyn to completion file
This commit is contained in:
parent
06b428e855
commit
758568200a
|
@ -491,10 +491,6 @@ function install_dynamicdns {
|
||||||
function_check set_repo_commit
|
function_check set_repo_commit
|
||||||
set_repo_commit "$INSTALL_DIR/inadyn" "inadyn commit" "$INADYN_COMMIT" "$INADYN_REPO"
|
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
|
# Here we compile from source because the current package
|
||||||
# doesn't support https, which could result in passwords
|
# doesn't support https, which could result in passwords
|
||||||
# being leaked
|
# being leaked
|
||||||
|
@ -562,8 +558,6 @@ function install_dynamicdns {
|
||||||
rm /usr/local/sbin/inadyn
|
rm /usr/local/sbin/inadyn
|
||||||
upgrade_inadyn_config
|
upgrade_inadyn_config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mark_completed "${FUNCNAME[0]}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_default_search_engine {
|
function update_default_search_engine {
|
||||||
|
|
Loading…
Reference in New Issue