From 886d381269ce65dc47c03f9f81244338ece12bef Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 23 Aug 2023 16:25:48 +0200 Subject: [PATCH] Fix typo --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index 4fd2a22..9b82de7 100755 --- a/bin/update +++ b/bin/update @@ -190,7 +190,7 @@ update-system() { fi command -v snap > /dev/null 2>&1 - if [ $? -*eq 0 ]; then + if [ $? -eq 0 ]; then echo $password | sudo -Sp "" snap refresh fi