Skip to content

Commit

Permalink
rename common.sh to commonVMSS.sh to show it's common to \*VMSS.sh sc…
Browse files Browse the repository at this point in the history
…ripts
  • Loading branch information
s-fairchild committed Apr 23, 2024
1 parent f289e16 commit 63867bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions pkg/deploy/generator/scripts/devProxyVMSS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ main() {
# transaction attempt retry time in seconds
local -ri retry_wait_time=60

# shellcheck source=common.sh
source common.sh
# shellcheck source=commonVMSS.sh
source commonVMSS.sh

create_required_dirs

Expand Down
4 changes: 2 additions & 2 deletions pkg/deploy/generator/scripts/gatewayVMSS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ main() {
# transaction attempt retry time in seconds
local -ri retry_wait_time=60

# shellcheck source=common.sh
source common.sh
# shellcheck source=commonVMSS.sh
source commonVMSS.sh

create_required_dirs
configure_sshd
Expand Down
4 changes: 2 additions & 2 deletions pkg/deploy/generator/scripts/rpVMSS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ main() {
# transaction attempt retry time in seconds
local -ri retry_wait_time=60

# shellcheck source=common.sh
source common.sh
# shellcheck source=commonVMSS.sh
source commonVMSS.sh

create_required_dirs
configure_sshd
Expand Down

0 comments on commit 63867bb

Please sign in to comment.