From a02ef2575bc4239394d9a4bc31bc3f49c1bb1518 Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 22 Jun 2026 14:21:10 +0800 Subject: [PATCH] Update install.sh --- plugins/nezha/versions/2.2.6/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/nezha/versions/2.2.6/install.sh b/plugins/nezha/versions/2.2.6/install.sh index ba77218c6..2d8ff3821 100755 --- a/plugins/nezha/versions/2.2.6/install.sh +++ b/plugins/nezha/versions/2.2.6/install.sh @@ -141,7 +141,7 @@ Install_dashborad(){ echo "TARGET_DIR:"$TARGET_DIR if [ ! -f $TARGET_DIR/app ];then - cd $TARGET_DIR && mv dashboard-linux-${ARCH} app + cd $TARGET_DIR && mv dashboard-linux-${ARCH} app && chmod +x app fi rm -rf $DOWNLOAD_FILE @@ -160,6 +160,7 @@ Install_App() echo "$VERSION" > $serverPath/nezha/version.pl cd ${rootPath} && python3 ${rootPath}/plugins/nezha/index.py init_cfg fi + cd ${rootPath} && python3 ${rootPath}/plugins/nezha/index.py start echo 'install successful' }