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

Directory check

parent c226a886
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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