From af5b9f90e603713ba2d563204f8d1f94f0ec99fa Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 21 Apr 2025 14:54:27 -0400 Subject: [PATCH] feat: updates to restart script --- docker-restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-restart.sh b/docker-restart.sh index ffed85b..e65dcb9 100644 --- a/docker-restart.sh +++ b/docker-restart.sh @@ -4,4 +4,4 @@ stackdir="/etc/komodo/stacks" find "$stackdir" -maxdepth 1 -mindepth 1 -type d -print0 | - xargs -0 -I {} 'cd {} && docker compose up -d' + xargs -0 -I {} cd {} && docker compose up -d