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

Check inadyn commit

parent 8aec3e3d
No related branches found
No related tags found
No related merge requests found
...@@ -425,6 +425,11 @@ function install_dynamicdns { ...@@ -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
......
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