Skip to content

Commit

Permalink
quieter during bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 28, 2024
1 parent d1554cb commit f8a0434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ fi
mkdir -p /opt/nomad/data/plugins
cd /opt/nomad/data/plugins
wget -qO driver.zip https://releases.hashicorp.com/nomad-driver-podman/0.5.2/nomad-driver-podman_0.5.2_linux_amd64.zip
unzip driver.zip
rm driver.zip
unzip -qq driver.zip
rm driver.zip
)


Expand Down

0 comments on commit f8a0434

Please sign in to comment.