mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
Fix correct directory permissions to /boot, /root, /etc
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ied027f8f561d172386e9071ab625af61d8035601
This commit is contained in:
@@ -14,3 +14,7 @@ rm -f /etc/apt/apt.conf.d/99debconf
|
||||
rm -rf /tmp/*
|
||||
rm -rf ~/.bash_history
|
||||
rm -rf /root/default
|
||||
|
||||
chown -R root:root /boot
|
||||
chown -R root:root /etc
|
||||
chown -R root:root /root
|
||||
|
||||
Reference in New Issue
Block a user