X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bootstrap.sh;h=721f8b36728b4ab6ad127c39b6e992ae7f9515a5;hb=9e27f2ec9b84df5f67d79e37ea974b727a1f599a;hp=9cad37c2ee204ebd254b81759284944a6c6ece4e;hpb=acdc15c5fda9fbd45371d60fb2770ff126a4d5f0;p=max%2Fsaltfiles.git 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