From b1f9d41bf26ba68e1c559467caeb1935dab0d1bb Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 16 Jan 2020 17:21:23 +0000 Subject: Improve local builds and support docker-registry with no creds --- bootstrap/run_salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/run_salt.sh') diff --git a/bootstrap/run_salt.sh b/bootstrap/run_salt.sh index 47a9a4f..59fd402 100755 --- a/bootstrap/run_salt.sh +++ b/bootstrap/run_salt.sh @@ -3,7 +3,7 @@ working_dir="${1}" build_basedir="${2}" local_build="${3}" -python=$(which python2 || false) +python=$(which python3 || false) salt_running_p() { ps -ef | grep -F "salt-call" | grep -v "grep" -- cgit v1.3