Skip to content

Commit

Permalink
Remove x flag from script since we have echo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 2, 2024
1 parent b91febb commit a1029a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fix-key-and-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Note: this is required for upgrades to images published after July 1, 2024, and will prevent downgrading
# to images published before July 2, 2024.
#
set -eux
set -eu

# Require root privileges
if [ "$EUID" -ne 0 ]; then
Expand Down

0 comments on commit a1029a2

Please sign in to comment.