From fe5ad9f4af0f8cbd7026bb49d9fc2dd574186dba Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 24 Feb 2023 11:29:17 +0100 Subject: [PATCH] Better output --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index 39fb7b9..fb3fe4e 100755 --- a/bin/update +++ b/bin/update @@ -167,7 +167,7 @@ update-system() { read -sep "Password: " password fi - echo $password | sudo -Sp "" true + echo $password | sudo -Sp "" true > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Could not get sudo..."