]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - bootstrap.sh
Use dmenu-wayland-git with wrapper
[max/saltfiles.git] / bootstrap.sh
index 9cad37c2ee204ebd254b81759284944a6c6ece4e..721f8b36728b4ab6ad127c39b6e992ae7f9515a5 100644 (file)
@@ -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