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

@@ -31,9 +31,8 @@ install(){
echo "Container name ($OMC_CONTAINER_NAME):"
read OMC_CONTAINER_NAME
OMC_CONTAINER_NAME=${OMC_CONTAINER_NAME:-"omc"}
echo "==> Checking Docker version $OMC_CONTAINER_NAME"
sed -i "s/^OMC_CONTAINER_NAME=.*/OMC_CONTAINER_NAME=\"$OMC_CONTAINER_NAME\"/" ./omc-docker.sh
echo "===================== Install container omc service ====================="
echo "===================== Start ====================="
echo "==> Checking Docker version"
if sudo docker -v > /dev/null 2>&1; then