From 6b24c8845b9ce027d96732c6281183f69186d204 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 27 Mar 2022 05:45:16 -0600 Subject: local_build default to false and remove python version check --- bootstrap/run_salt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/run_salt.sh b/bootstrap/run_salt.sh index 3630405..d36e5d5 100755 --- a/bootstrap/run_salt.sh +++ b/bootstrap/run_salt.sh @@ -2,7 +2,7 @@ working_dir="${1}" build_basedir="${2}" -local_build="${3}" +local_build="${3:-false}" salt_running_p() { ps -ef | grep -F "salt-call" | grep -v "grep" @@ -13,7 +13,7 @@ while salt_running_p; do sleep 5 done -python $(which salt-call) \ +salt-call \ --local \ --pillar-root=${working_dir}/pillar \ --file-root=${working_dir}/salt \ -- cgit v1.3