Skip to content

Commit

Permalink
bootstrap: Verify sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Aug 3, 2024
1 parent d5a2875 commit e416e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nomad-acl-bootstrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -euo pipefail; IFS=$'\n\t'

sudo -v

# Wait Nomad
until nomad acl policy list > /dev/null; do
sleep 1; done;
Expand Down

0 comments on commit e416e7f

Please sign in to comment.