mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #296 from s0undt3ch/develop
Make the error message more explicit
This commit is contained in:
commit
28716b57d9
1 changed files with 1 additions and 1 deletions
|
@ -3487,7 +3487,7 @@ if [ "$DAEMONS_RUNNING_FUNC" != "null" ] && [ $_START_DAEMONS -eq $BS_TRUE ]; th
|
|||
[ $fname = "syndic" ] && [ $_INSTALL_SYNDIC -eq $BS_FALSE ] && continue
|
||||
|
||||
if [ $_ECHO_DEBUG -eq $BS_FALSE ]; then
|
||||
echoerror "salt-$fname was not found running. Pass '-D' for additional debugging information..."
|
||||
echoerror "salt-$fname was not found running. Pass '-D' to $__ScriptName when bootstrapping for additional debugging information..."
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue