Update rc.local

This commit is contained in:
tasket 2017-03-15 01:39:36 -04:00 committed by GitHub
parent 39c40a18ac
commit a8b44f1511

View File

@ -7,3 +7,7 @@ chfiles="/home/user/.bashrc /home/user/.bash_profile /home/user/.bash_login /hom
touch $chfiles || true
chown -f root:root $chfiles || true
chattr -f +i $chfiles || true
# end of script
exit 0