From a8b44f1511214204303fdbd04fad13424fb1d1ef Mon Sep 17 00:00:00 2001 From: tasket Date: Wed, 15 Mar 2017 01:39:36 -0400 Subject: [PATCH] Update rc.local --- rc.local | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rc.local b/rc.local index 7394f1e..77dfd4b 100644 --- a/rc.local +++ b/rc.local @@ -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