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