Skip to content

Commit

Permalink
feat: remove duplicated variable declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
phealy committed Jan 23, 2024
1 parent 2e736c5 commit f3e18c6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions vhdbuilder/packer/packer_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,6 @@ copyPackerFiles() {
SSHD_CONFIG_SRC=/home/packer/sshd_config_1804_fips
fi

AKS_LOG_COLLECTOR_SCRIPT_SRC=/home/packer/aks-log-collector.sh
AKS_LOG_COLLECTOR_SCRIPT_DEST=/opt/azure/containers/aks-log-collector.sh
AKS_LOG_COLLECTOR_SEND_SCRIPT_SRC=/home/packer/aks-log-collector-send.py
AKS_LOG_COLLECTOR_SEND_SCRIPT_DEST=/opt/azure/containers/aks-log-collector-send.py
AKS_LOG_COLLECTOR_SERVICE_SRC=/home/packer/aks-log-collector.service
AKS_LOG_COLLECTOR_SERVICE_DEST=/etc/systemd/system/aks-log-collector.service
AKS_LOG_COLLECTOR_SLICE_SRC=/home/packer/aks-log-collector.slice
AKS_LOG_COLLECTOR_SLICE_DEST=/etc/systemd/system/aks-log-collector.slice
AKS_LOG_COLLECTOR_TIMER_SRC=/home/packer/aks-log-collector.timer
AKS_LOG_COLLECTOR_TIMER_DEST=/etc/systemd/system/aks-log-collector.timer

# Install AKS log collector
cpAndMode $AKS_LOG_COLLECTOR_SCRIPT_SRC $AKS_LOG_COLLECTOR_SCRIPT_DEST 755
cpAndMode $AKS_LOG_COLLECTOR_SEND_SCRIPT_SRC $AKS_LOG_COLLECTOR_SEND_SCRIPT_DEST 755
Expand Down

0 comments on commit f3e18c6

Please sign in to comment.