mirror of https://github.com/samply/bridgehead.git
Ask for correct SITE_NAME variable in error message.
This commit is contained in:
parent
2b4ea24b59
commit
821eebe8c6
|
@ -46,7 +46,7 @@ source /etc/bridgehead/site.conf
|
||||||
# TODO: Check all required variables here in a generic loop
|
# TODO: Check all required variables here in a generic loop
|
||||||
|
|
||||||
if [ -z "$SITE_NAME" ]; then
|
if [ -z "$SITE_NAME" ]; then
|
||||||
log ERROR "Please set site_name."
|
log ERROR "Please set SITE_NAME."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue