Directory check

This commit is contained in:
Bob Mottram 2016-02-15 11:31:26 +00:00
parent c226a88691
commit 5b1168d90d
1 changed files with 3 additions and 1 deletions

View File

@ -10051,7 +10051,9 @@ function install_dynamicdns {
# https version 1.99.8
apt-get -y install build-essential curl libgnutls28-dev automake1.11
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