Ask for correct SITE_NAME variable in error message.

This commit is contained in:
Martin Lablans 2022-05-12 18:20:43 +02:00
parent 2b4ea24b59
commit 821eebe8c6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ source /etc/bridgehead/site.conf
# TODO: Check all required variables here in a generic loop
if [ -z "$SITE_NAME" ]; then
log ERROR "Please set site_name."
log ERROR "Please set SITE_NAME."
exit 1
fi