From 99858ab83da7174f4935e7960534b097ad0230ce Mon Sep 17 00:00:00 2001 From: anima Date: Sun, 2 Feb 2025 01:47:52 +0100 Subject: [PATCH] fix chown --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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