Skip to content

Commit

Permalink
fix : add yq installed more 2
Browse files Browse the repository at this point in the history
  • Loading branch information
patternhelloworld committed Nov 9, 2024
1 parent f64c22e commit 64cd544
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions emergency-consul-down-and-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -eu

source use-common.sh
check_yq_installed
check_bash_version
check_gnu_grep_installed
check_gnu_sed_installed
Expand Down
1 change: 1 addition & 0 deletions emergency-nginx-down-and-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -eu

source use-common.sh

check_yq_installed
check_bash_version
check_gnu_grep_installed
check_gnu_sed_installed
Expand Down
2 changes: 2 additions & 0 deletions emergency-nginx-restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -eu

source use-common.sh

check_yq_installed
check_bash_version
check_gnu_grep_installed
check_gnu_sed_installed
Expand Down

0 comments on commit 64cd544

Please sign in to comment.