From 0288eed8fb124be743fbb21a45b411e85427354c Mon Sep 17 00:00:00 2001 From: lsy Date: Fri, 26 Jul 2024 21:11:12 +0800 Subject: [PATCH] =?UTF-8?q?docker=20compose=20=E8=87=AA=E5=8A=A8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Automation.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Menus/Automation.sh b/Menus/Automation.sh index 07ae07d..bedc22b 100644 --- a/Menus/Automation.sh +++ b/Menus/Automation.sh @@ -68,8 +68,7 @@ case $pick in fi cat > "${path}/up-docker_compose.sh" << EOF #!/bin/bash -web_path="${web_path}" -for dir in "\$web_path"/*/; do +for dir in "${web_path}"/*/; do cd "\$dir" || exit sudo docker compose pull sudo docker compose up -d