commit | 3c30e7d745c40a03bbeb3d0d252575223aa53432 | [log] [tgz] |
---|---|---|
author | projoke <ymyscugs@163.com> | Thu Oct 19 17:15:40 2017 +0800 |
committer | GitHub <noreply@github.com> | Thu Oct 19 17:15:40 2017 +0800 |
tree | bc208ec4a0c37cf862d0a8efc62d5c6f107ab280 | |
parent | 7ed7d8f41933edb51040691d1b39e73b3c0ba260 [diff] [blame] |
Add variable SCRIPTS missed variable SCRIPTS assigned value
diff --git a/bootstrap.sh b/bootstrap.sh index 2883e02..b3916d1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh
@@ -568,6 +568,8 @@ pgrep salt-master | sed /$$/d | xargs --no-run-if-empty -i{} $SUDO kill -9 {} || true pkill -9 salt-minion + SCRIPTS=$(dirname $0) + test -e ${SCRIPTS}/.salt-master-setup.sh.passed || { export MASTER_IP=${MASTER_IP:-127.0.0.1} export MINION_ID=${MASTER_HOSTNAME}