Update install.sh

pull/205/head
midoks 3 years ago
parent ba86217a1a
commit f90fec182c
  1. 3
      plugins/gitea/install.sh

@ -68,8 +68,11 @@ Install_App()
mkdir -p $serverPath/gitea mkdir -p $serverPath/gitea
mv $serverPath/source/gitea/$file $serverPath/gitea/gitea mv $serverPath/source/gitea/$file $serverPath/gitea/gitea
chmod +x $serverPath/gitea/gitea chmod +x $serverPath/gitea/gitea
chown -R git:git $serverPath/gitea
fi fi
if [ -d $serverPath/gitea ];then if [ -d $serverPath/gitea ];then
echo $version > $serverPath/gitea/version.pl echo $version > $serverPath/gitea/version.pl

Loading…
Cancel
Save