Update 02-mariadb_discovery.sh

This commit is contained in:
Alexandre
2023-09-06 18:49:22 +02:00
committed by GitHub
parent 4fab5aa334
commit ff9da33db8

View File

@@ -2,7 +2,7 @@
# shellcheck shell=bash
# Runs only after initialization done
if [ ! -f /app/www/public/occ ]; then cp cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
if [ ! -f /app/www/public/occ ]; then cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
if bashio::services.available 'mysql'; then