From 63867bb55e0b637c3eeaa154b65414c3de890c30 Mon Sep 17 00:00:00 2001 From: Steven Fairchild Date: Tue, 23 Apr 2024 18:02:52 -0400 Subject: [PATCH] rename common.sh to commonVMSS.sh to show it's common to \*VMSS.sh scripts --- pkg/deploy/generator/scripts/{common.sh => commonVMSS.sh} | 0 pkg/deploy/generator/scripts/devProxyVMSS.sh | 4 ++-- pkg/deploy/generator/scripts/gatewayVMSS.sh | 4 ++-- pkg/deploy/generator/scripts/rpVMSS.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename pkg/deploy/generator/scripts/{common.sh => commonVMSS.sh} (100%) diff --git a/pkg/deploy/generator/scripts/common.sh b/pkg/deploy/generator/scripts/commonVMSS.sh similarity index 100% rename from pkg/deploy/generator/scripts/common.sh rename to pkg/deploy/generator/scripts/commonVMSS.sh diff --git a/pkg/deploy/generator/scripts/devProxyVMSS.sh b/pkg/deploy/generator/scripts/devProxyVMSS.sh index af727a11155..23aab382c85 100644 --- a/pkg/deploy/generator/scripts/devProxyVMSS.sh +++ b/pkg/deploy/generator/scripts/devProxyVMSS.sh @@ -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 diff --git a/pkg/deploy/generator/scripts/gatewayVMSS.sh b/pkg/deploy/generator/scripts/gatewayVMSS.sh index bb0e12e7137..8b382698977 100644 --- a/pkg/deploy/generator/scripts/gatewayVMSS.sh +++ b/pkg/deploy/generator/scripts/gatewayVMSS.sh @@ -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 diff --git a/pkg/deploy/generator/scripts/rpVMSS.sh b/pkg/deploy/generator/scripts/rpVMSS.sh index 2d9f16b717d..dfe02052521 100644 --- a/pkg/deploy/generator/scripts/rpVMSS.sh +++ b/pkg/deploy/generator/scripts/rpVMSS.sh @@ -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