1
0

fix: 更新数据库配置设置

This commit is contained in:
TsMask
2025-05-21 14:23:58 +08:00
parent 2f5031cbd4
commit e279b75c49
5 changed files with 14 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -xe
# Check if Docker is installed
if command -v docker &> /dev/null; then
echo $(docker --version)
@@ -134,7 +134,6 @@ docker_build() {
# tar package
output=${ReleaseDir}/${ReleaseFileName}.tar.gz
tar -czf ${output} ./${ReleaseFileName}
echo "tar output ${output}"
# Generate MD5 file
rm -f omc_md5sum.txt
@@ -156,3 +155,4 @@ docker_build
# bash build-docker.sh --version 2.2505.2 --platform amd64 --system ubuntu22.04
# bash build-docker.sh --version 2.2505.2 --platform amd64 --system alpine3.20