mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
fix: 修复了 Gitea 版本低于 v1.21.3 时升级失败的问题
This commit is contained in:
parent
c161f58550
commit
ec7bda71bd
11
apps/gitea/1.21.4/scripts/upgrade.sh
Normal file
11
apps/gitea/1.21.4/scripts/upgrade.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f ./.env ]]; then
|
||||
if grep -q "PANEL_DB_TYPE" ./.env; then
|
||||
echo "PANEL_DB_TYPE 已存在"
|
||||
else
|
||||
echo 'PANEL_DB_TYPE="mysql"' >> ./.env
|
||||
fi
|
||||
else
|
||||
echo ".env 文件不存在"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user