Update install.sh

pull/617/head
Mr Chen 10 months ago
parent 818ab604e2
commit 4596a3a73c
  1. 4
      plugins/simpleping/install.sh

@ -24,6 +24,10 @@ Install_App()
name="darwin"
fi
if [ "$ARCH" == "x86_64" ];then
name="amd64"
fi
FILE_TGZ=simpleping_${name}_${ARCH}.tar.gz
APP_DIR=$serverPath/source/simpleping

Loading…
Cancel
Save