mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
appstore
This commit is contained in:
parent
04e3dd9e41
commit
2ee63cab58
1 changed files with 2 additions and 2 deletions
|
@ -79,10 +79,10 @@ old_version=$(cat /data/apps/stackhub/install/version.json)
|
||||||
latest_version=$(cat /tmp/version.json)
|
latest_version=$(cat /tmp/version.json)
|
||||||
if [ "$old_version" = "$latest_version" ]
|
if [ "$old_version" = "$latest_version" ]
|
||||||
then
|
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
|
exit 1
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if [ $(id -u) != "0" ]; then
|
if [ $(id -u) != "0" ]; then
|
||||||
|
|
Loading…
Reference in a new issue