diff --git a/init.sh b/init.sh index 213e378..7f1b9b0 100644 --- a/init.sh +++ b/init.sh @@ -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