Run certificate check in the background during Nginx config creation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-07-31 11:48:01 +02:00
parent b5676c8ce6
commit c3d881122c

View File

@@ -436,5 +436,5 @@ fi
echo "$DOMAIN" >>new_config echo "$DOMAIN" >>new_config
if [ "$HTTPS_PORT" != "" ]; then if [ "$HTTPS_PORT" != "" ]; then
/scripts/check_certificates.sh "$DOMAIN_NAME" /scripts/check_certificates.sh "$DOMAIN_NAME" &
fi fi