From 3abb4d79bacd3e4dcc5f6597e54bb5c43968c915 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 16 May 2023 16:07:06 -0400 Subject: [PATCH] change path where SALTVERSION is pulled from --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 9a4be972d..9dd1b7713 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2000,7 +2000,7 @@ repo_sync_local() { } saltify() { - SALTVERSION=$(egrep 'version: [0-9]{4}' /opt/so/saltstack/default/salt/salt/master.defaults.yaml | sed 's/^.*version: //') + SALTVERSION=$(egrep 'version: [0-9]{4}' ../salt/salt/master.defaults.yaml | sed 's/^.*version: //') if [[ $is_ubuntu ]]; then DEBIAN_FRONTEND=noninteractive retry 150 20 "apt-get -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\" upgrade" >> "$setup_log" 2>&1 || exit 1