From 39fb58f5f7efe9a9f43dd948ec7e0012ac32d443 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Fri, 26 May 2023 15:33:49 +0800 Subject: [PATCH] update --- install/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/update.sh b/install/update.sh index 90e9f0bb..e6006b94 100644 --- a/install/update.sh +++ b/install/update.sh @@ -80,7 +80,7 @@ then echo "------------------ Welcome to update websoft9's appstore, it will take 1-3 minutes -----------" else echo "Your appstore is latest, it not need to update..." - exit(1) + exit 1 fi if [ $(id -u) != "0" ]; then