Skip to content

Commit

Permalink
[devops] Ensure users file is created
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Apr 28, 2024
1 parent 4df9e5a commit 2c577d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/manage-statbus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c577d2

Please sign in to comment.