mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-07 22:17:57 +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"
|
read -ra AIO_CCONTAINERS <<< "$AIO_COMMUNITY_CONTAINERS"
|
||||||
for container in "${AIO_CCONTAINERS[@]}"; do
|
for container in "${AIO_CCONTAINERS[@]}"; do
|
||||||
if ! [ -d "/var/www/docker-aio/community-containers/$container" ]; then
|
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
|
FAIL_CCONTAINERS=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue