mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 04:50:15 +02:00
Ask for correct SITE_NAME variable in error message.
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user