mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Lint fix
This commit is contained in:
parent
db26b1608d
commit
6c0f6c06e6
1 changed files with 2 additions and 2 deletions
|
@ -1275,8 +1275,8 @@ __check_dpkg_architecture() {
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ ${error_msg} != "" ]; then
|
||||
echoerror ${error_msg}
|
||||
if [ "${error_msg}" != "" ]; then
|
||||
echoerror "${error_msg}"
|
||||
if [ "$ITYPE" != "git" ]; then
|
||||
echoerror "You can try git installation mode, i.e.: sh ${__ScriptName} git v2016.11.5."
|
||||
echoerror "It may be necessary to use git installation mode with pip and disable the SaltStack apt repository."
|
||||
|
|
Loading…
Add table
Reference in a new issue