chmod after init copy
All checks were successful
build container icingaweb2 / build (push) Successful in 4m4s

This commit is contained in:
2025-02-01 22:59:23 +01:00
parent 47f3cb3f96
commit c6247cbbea

View File

@@ -14,6 +14,8 @@ if [ -z "$(ls -A /data)" ]; then
echo init icingaweb2 config echo init icingaweb2 config
cp -ax /data-init/* /data cp -ax /data-init/* /data
rm -rf /data-init rm -rf /data-init
chmod -R 33:33 /data
## check if a var exist they is must have for deployment ## check if a var exist they is must have for deployment
## because without this check, moduls init everytime and this blocks /setup page ## because without this check, moduls init everytime and this blocks /setup page
@@ -46,5 +48,6 @@ fi
## init apache ## init apache
. /etc/apache2/envvars . /etc/apache2/envvars
# icinga2 daemon -C -X ?
# run CMD # run CMD
exec "$@" exec "$@"