Directory check
This commit is contained in:
parent
c226a88691
commit
5b1168d90d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue