fix sysd-mail-once missing email on 1 error, minor improvements
[log-quiet] / setup
diff --git a/setup b/setup
index 7ce3624fb7aee0f9be68f6c146897c682f002868..5897f56f69b6906e6545c7196a16c7db1fef7899 100755 (executable)
--- a/setup
+++ b/setup
@@ -65,8 +65,8 @@ if $uninstall; then
   fi
 else
   if $dry; then
-    echo "setup dry run: install -v ${files[*]} /usr/local/bin"
+    echo "setup dry run: install ${files[*]} /usr/local/bin"
   else
-    install -v ${files[@]} /usr/local/bin
+    install ${files[@]} /usr/local/bin
   fi
 fi