1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-08 08:02:30 +08:00

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-06-16 11:49:58 +08:00
commit 22147c76e6
2 changed files with 1 additions and 6 deletions

View File

@ -26,16 +26,12 @@ do
echo "Trimmed version: $trimmed_version"
if [ "$old_version" != "$trimmed_version" ]; then
echo "将 apps/$app_name/$old_version 重命名为 apps/$app_name/$trimmed_version"
echo "移动前: "
find apps/$app_name
if [ ! -d "apps/$app_name/$trimmed_version" ]; then
mv apps/$app_name/$old_version apps/$app_name/$trimmed_version
else
echo "apps/$app_name/$trimmed_version 文件夹已存在"
exit 1
fi
echo "移动后: "
find apps/$app_name
fi
fi
done

3
.gitignore vendored
View File

@ -1,2 +1 @@
*.bat
*.sh
*.bat