diff --git a/devops/manage-statbus.sh b/devops/manage-statbus.sh index a3cfe4e0d..0a20506df 100755 --- a/devops/manage-statbus.sh +++ b/devops/manage-statbus.sh @@ -73,6 +73,7 @@ case "$action" in 'generate-config' ) if ! test -f .users.yml; then echo "Copy .users.example to .users.yml and add your admin users" + exit 1 fi CREDENTIALS_FILE=".env.credentials"