dockerfiles/base/php-nginx/7.4-alpine/conf/bin/service.d/nginx.d/10-init.sh

6 lines
157 B
Bash

if [[ ! -e "$WEB_DOCUMENT_ROOT" ]]; then
echo ""
echo "[WARNING] WEB_DOCUMENT_ROOT does not exists with path \"$WEB_DOCUMENT_ROOT\"!"
echo ""
fi