summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.local')
-rw-r--r--etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local
index dbbd909..34e9ca2 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -10,7 +10,7 @@ uname -a > $T
echo "" >> $T
sed '1,/^$/d' < /etc/motd >> $T
cp $T /etc/motd
-chmod 666 /etc/motd
+chmod 644 /etc/motd
rm -f $T
echo -n 'starting local daemons:'
OpenPOWER on IntegriCloud