Skip to content

Commit

Permalink
Merge pull request #573 from 0xPolygonID/update_vault_init_script
Browse files Browse the repository at this point in the history
chore: update vault init script
  • Loading branch information
x1m3 authored Dec 4, 2023
2 parents ca31b9a + 7fc4ec3 commit 78cc362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/local/.vault/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ sleep 5
FILE=/vault/data/init.out
if [ ! -e "$FILE" ]; then
echo -e "===== Initialize the Vault ====="
mkdir /vault/data/
vault operator init > /vault/data/init.out
fi

Expand Down

0 comments on commit 78cc362

Please sign in to comment.