mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-01 02:54:54 +08:00
print red if community container was not found
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c447a4defc
commit
39e12a7af1
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ if [ -n "$AIO_COMMUNITY_CONTAINERS" ]; then
|
|||
read -ra AIO_CCONTAINERS <<< "$AIO_COMMUNITY_CONTAINERS"
|
||||
for container in "${AIO_CCONTAINERS[@]}"; do
|
||||
if ! [ -d "/var/www/docker-aio/community-containers/$container" ]; then
|
||||
echo "The community container $container was not found!"
|
||||
print_red "The community container $container was not found!"
|
||||
FAIL_CCONTAINERS=1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue