mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
make error message more clear
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3b85396afe
commit
c5066f2b31
1 changed files with 4 additions and 2 deletions
|
|
@ -64,10 +64,12 @@ fi
|
||||||
|
|
||||||
# Check if startup command was executed correctly
|
# Check if startup command was executed correctly
|
||||||
if ! sudo -u www-data docker ps | grep -q "nextcloud-aio-mastercontainer"; then
|
if ! sudo -u www-data docker ps | 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!"
|
||||||
exit 1
|
exit 1
|
||||||
elif ! sudo -u www-data docker volume ls | grep -q "nextcloud_aio_mastercontainer"; then
|
elif ! sudo -u www-data docker volume ls | grep -q "nextcloud_aio_mastercontainer"; then
|
||||||
echo "It seems like you did not give the mastercontainer volume the correct name?"
|
echo "It seems like you did not give the mastercontainer volume the correct name?
|
||||||
|
Using a different name is not supported!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue