From bd8a8aa3d3047ff0f7613dcda3c9d8b6a67994bf Mon Sep 17 00:00:00 2001 From: Stefan Tesoi Date: Mon, 5 May 2025 17:32:17 +0300 Subject: [PATCH] fix: multiple directory spaces --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index b705bbd..a56e6df 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -23,7 +23,7 @@ set -e # Patch $DIR if spaces DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -DIR="${DIR/ /\\ }" +DIR="${DIR//\ /\\ }" COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider