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

Remove the inadyn commit from the completion file

parent 285e7b45
No related branches found
No related tags found
No related merge requests found
......@@ -485,6 +485,10 @@ function install_dynamicdns {
return
fi
if grep -q "INADYN_COMMIT" "$COMPLETION_FILE"; then
sed -i '/INADYN_COMMIT/d' "$COMPLETION_FILE"
fi
CURR_INADYN_COMMIT=$(get_completion_param "inadyn commit")
echo "************ 3 $CURR_INADYN_COMMIT $INADYN_COMMIT"
if [[ "${CURR_INADYN_COMMIT}" == "${INADYN_COMMIT}" ]]; then
......
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