This commit is contained in:
Alexandre
2023-09-26 21:06:01 +02:00
committed by GitHub
parent 4fadf8072a
commit 59baddc751
6 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -2,6 +2,7 @@
# shellcheck shell=bash
# Runs only after initialization done
# shellcheck disable=SC2128
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

View File

@@ -2,6 +2,7 @@
# shellcheck shell=bash
# Runs only after initialization done
# shellcheck disable=SC2128
if [ ! -f /app/www/public/occ ]; then cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
# Install specific packages

View File

@@ -3,6 +3,7 @@
# shellcheck disable=SC2086
# Runs only after initialization done
# shellcheck disable=SC2128
if [ ! -f /app/www/public/occ ]; then cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
# Only execute if installed

View File

@@ -2,6 +2,7 @@
# shellcheck shell=bash
# Runs only after initialization done
# shellcheck disable=SC2128
if [ ! -f /app/www/public/occ ]; then cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
# Only execute if installed

View File

@@ -2,6 +2,7 @@
# shellcheck shell=bash
# Runs only after initialization done
# shellcheck disable=SC2128
if [ ! -f /app/www/public/occ ]; then cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
# Only execute if installed