mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-03 17:38:16 +02:00
remove directory check
This commit is contained in:
parent
244b2c5ce1
commit
3c4b3179e2
@ -126,11 +126,6 @@ function refresh_certs_with_nginx() {
|
||||
return
|
||||
fi
|
||||
|
||||
if [ ! -d "${ACME_CERT_HOME}" ]; then
|
||||
echo "# no cert directory to link: ${ACME_CERT_HOME}"
|
||||
return
|
||||
fi
|
||||
|
||||
certsDirectories=$(sudo ls ${ACME_CERT_HOME})
|
||||
directoryArray=(`echo "${certsDirectories}" | tr ' ' ' '`)
|
||||
for i in "${directoryArray[@]}"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user