From 2ee63cab585f66e368131f6ddbd63e4337d4eee5 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Fri, 26 May 2023 16:03:37 +0800 Subject: [PATCH] appstore --- install/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/update.sh b/install/update.sh index fb50c3ef..e9cee851 100644 --- a/install/update.sh +++ b/install/update.sh @@ -79,10 +79,10 @@ old_version=$(cat /data/apps/stackhub/install/version.json) latest_version=$(cat /tmp/version.json) if [ "$old_version" = "$latest_version" ] then - echo "Your plugins and service is latest, it not need to update..." + echo "------------------ Your plugins and service is latest, it not need to update ------------------ " exit 1 else - echo "------------------ Welcome to update websoft9's appstore, it will take 1-3 minutes -----------" + echo "------------------ Welcome to update websoft9's appstore, it will take 1-3 minutes -----------------" fi if [ $(id -u) != "0" ]; then