summaryrefslogtreecommitdiff
path: root/bootstrap/run_salt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/run_salt.sh')
-rwxr-xr-xbootstrap/run_salt.sh2
1 files changed, 1 insertions, 1 deletions
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"