From ee40b5162ac6401dd85ab5afbc53e579cf5a16a1 Mon Sep 17 00:00:00 2001 From: ciomek Date: Sun, 17 Aug 2025 17:29:49 +0200 Subject: [PATCH] Chown --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 7222c09..531543e 100755 --- a/build.sh +++ b/build.sh @@ -134,6 +134,12 @@ install_system_files() { if [ -d "system_files" ]; then cp -a ./system_files/. / + chown root:root / + chown root:root /etc + chown root:root /usr + chown root:root /var + chown root:root /run + log_success "System files copied to root (/)." else log_warn "'system_files' directory not found."