From 97b0622cc3fcec2b3866b71a3584e997110eaa2d Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 2 Mar 2023 14:50:50 +0100 Subject: [PATCH] fix typo Signed-off-by: Simon L --- Containers/mastercontainer/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/mastercontainer/start.sh b/Containers/mastercontainer/start.sh index 6a13488f..5414ef3b 100644 --- a/Containers/mastercontainer/start.sh +++ b/Containers/mastercontainer/start.sh @@ -77,7 +77,7 @@ elif echo "$STORAGE_DRIVER" | grep -q fuse-overlayfs; then fi # Check if startup command was executed correctly -if ! sudo -u www-data docker ps --format "{{.Name}}" | grep -q "^nextcloud-aio-mastercontainer$"; then +if ! sudo -u www-data docker ps --format "{{.Names}}" | grep -q "^nextcloud-aio-mastercontainer$"; then echo "It seems like you did not give the mastercontainer the correct name? Using a different name is not supported!" exit 1