Check inadyn commit
This commit is contained in:
parent
8aec3e3da3
commit
5914a8c190
|
@ -425,6 +425,11 @@ function install_dynamicdns {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CURR_INADYN_COMMIT=$(get_completion_param "inadyn commit")
|
||||||
|
if [[ "${CURR_INADYN_COMMIT}" == "${INADYN_COMMIT}" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
# update to the next commit
|
# update to the next commit
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue