mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
6 lines
157 B
Bash
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
|