From de1864f0a5d108f5d8d837a5ed90a76730a6a990 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 16 Jul 2019 10:48:13 +0100 Subject: [PATCH] Quieten check for salt-call --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2