Skip to content

Commit 957e2db

Browse files
committed
Update update.sh
1 parent fb0be55 commit 957e2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/nezha/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "最新[NUMBER]是: $NUMBER_LATEST_VERSION"
1818
# INSTALL_VERSION=`cat /www/server/nezha/version.pl`
1919
# echo "安装的版本: $INSTALL_VERSION"
2020

21-
INSTALL_VERSION=`/www/server/nezha/app -v`
21+
INSTALL_VERSION=`/www/server/nezha/dashboard/app -v`
2222
echo "安装的版本: $INSTALL_VERSION"
2323

2424
if [ "$INSTALL_VERSION" == "$NUMBER_LATEST_VERSION" ];then

0 commit comments

Comments
 (0)