mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix typo
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
5748f111d3
commit
97b0622cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ elif echo "$STORAGE_DRIVER" | grep -q fuse-overlayfs; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if startup command was executed correctly
|
# 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?
|
echo "It seems like you did not give the mastercontainer the correct name?
|
||||||
Using a different name is not supported!"
|
Using a different name is not supported!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue