mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
fix typo as referred by #128
This commit is contained in:
parent
f1172e0e35
commit
dd69486c05
1 changed files with 1 additions and 1 deletions
|
@ -2540,7 +2540,7 @@ daemons_running() {
|
|||
[ $fname = "master" ] && [ $INSTALL_MASTER -eq $BS_FALSE ] && continue
|
||||
[ $fname = "syndic" ] && [ $INSTALL_SYNDIC -eq $BS_FALSE ] && continue
|
||||
|
||||
if [ ${DISTRO_NAME} == "SmartOS" ]; then
|
||||
if [ "${DISTRO_NAME}" = "SmartOS" ]; then
|
||||
if [[ $(svcs -Ho STA salt-$fname) != "ON" ]]; then
|
||||
echoerror "salt-$fname was not found running"
|
||||
FAILED_DAEMONS=$(expr $FAILED_DAEMONS + 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue