fix chown
All checks were successful
build container icingaweb2 / build (push) Successful in 4m0s

This commit is contained in:
2025-02-02 01:47:52 +01:00
parent c6247cbbea
commit 99858ab83d

View File

@@ -15,7 +15,7 @@ if [ -z "$(ls -A /data)" ]; then
cp -ax /data-init/* /data
rm -rf /data-init
chmod -R 33:33 /data
chown -R 33:33 /data
## check if a var exist they is must have for deployment
## because without this check, moduls init everytime and this blocks /setup page