From db5d548d1a1decc074488d6f1d828e608bb4db00 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 18 Nov 2024 14:48:55 -0700 Subject: [PATCH] debugging --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2dbda26af..e25681eb2 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -4691,6 +4691,7 @@ install_centos_onedir() { # shellcheck disable=SC2086 dnf makecache || return 1 + dnf list salt-* || return 1 __yum_install_noinput ${__PACKAGES} || return 1 return 0