This commit is contained in:
2025-08-17 17:29:49 +02:00
parent bd9374c7b2
commit ee40b5162a

View File

@@ -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."