Chown
This commit is contained in:
6
build.sh
6
build.sh
@@ -134,6 +134,12 @@ install_system_files() {
|
|||||||
if [ -d "system_files" ]; then
|
if [ -d "system_files" ]; then
|
||||||
cp -a ./system_files/. /
|
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 (/)."
|
log_success "System files copied to root (/)."
|
||||||
else
|
else
|
||||||
log_warn "'system_files' directory not found."
|
log_warn "'system_files' directory not found."
|
||||||
|
|||||||
Reference in New Issue
Block a user