This commit is contained in:
Alexandre
2023-09-24 06:50:11 +02:00
committed by GitHub
parent 255fdab2a7
commit dd93c16566
8 changed files with 8 additions and 8 deletions

View File

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