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

Also remove old inadyn repo during upgrade

parent 838e7328
No related branches found
No related tags found
No related merge requests found
......@@ -511,6 +511,9 @@ function install_dynamicdns {
echo "Removing $INSTALL_DIR/inadyn"
rm -rf "$INSTALL_DIR/inadyn"
fi
if [ -d /repos/inadyn ]; then
rm -rf /repos/inadyn
fi
else
# update to the next commit
function_check set_repo_commit
......
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