From: Maximilian Friedersdorff Date: Tue, 16 Jul 2019 09:48:13 +0000 (+0100) Subject: Quieten check for salt-call X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=de1864f0a5d108f5d8d837a5ed90a76730a6a990;p=max%2Fsaltfiles.git Quieten check for salt-call --- diff --git a/bootstrap.sh b/bootstrap.sh index 9cad37c..721f8b3 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ install_salt() { sudo sh "${bootstrap}" -P } -if ! which $SALT_CMD; then +if ! which $SALT_CMD > /dev/null; then install_salt fi