Move all .env refs to .conf

This commit is contained in:
Patrick Skowronek
2022-05-17 09:37:20 +02:00
parent c6865624e5
commit ce10b41bbb
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ if [ -z "$SITE_NAME" ]; then
fi
#check if project env is present
if [ -d "/etc/bridgehead/${PROJECT}.env" ]; then
log ERROR "Project config not found. Please copy the template from ${PROJECT} and put it under /etc/bridgehead-config/${PROJECT}.env."
if [ -d "/etc/bridgehead/${PROJECT}.conf" ]; then
log ERROR "Project config not found. Please copy the template from ${PROJECT} and put it under /etc/bridgehead-config/${PROJECT}.conf."
exit 1
fi