From 249fa06fc7f1c51475c7419dc86386d43d1e3639 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 7 Apr 2021 13:03:27 -0400 Subject: [PATCH] echo when performing the repo actions for 2.3.50 --- salt/common/tools/sbin/soup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index e9f337f65..4584c207a 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -421,12 +421,13 @@ up_2.3.2X_to_2.3.30() { } up_2.3.3X_to_2.3.50_repo() { + echo 'Performing 2.3.50 repo actions.' if [[ "$OS" == "centos" ]]; then # Import GPG Keys gpg_rpm_import if [ $is_airgap -eq 1 ]; then - + echo 'Deleting unneeded repo files.' DELREPOS=('CentOS-Base' 'CentOS-CR' 'CentOS-Debuginfo' 'docker-ce' 'CentOS-fasttrack' 'CentOS-Media' 'CentOS-Sources' 'CentOS-Vault' 'CentOS-x86_64-kernel' 'epel' 'epel-testing' 'saltstack' 'wazuh') for DELREPO in ${DELREPOS[@]}; do