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
######################################