diff --git a/src/freedombone b/src/freedombone index e2f98ed6..5519fd47 100755 --- a/src/freedombone +++ b/src/freedombone @@ -10051,7 +10051,9 @@ function install_dynamicdns { # https version 1.99.8 apt-get -y install build-essential curl libgnutls28-dev automake1.11 - git_clone $INADYN_REPO $INSTALL_DIR/inadyn + if [ ! -d $INSTALL_DIR/inadyn ]; then + git_clone $INADYN_REPO $INSTALL_DIR/inadyn + fi if [ ! -d $INSTALL_DIR/inadyn ]; then echo 'inadyn repo not cloned' echo -n | openssl s_client -showcerts -connect github.com:443 -CApath /etc/ssl/certs