rc.local fix#2

This commit is contained in:
Erik Bergström 2018-05-08 10:21:57 +02:00
parent 50a6502fbd
commit 9a443397b9

View file

@ -58,7 +58,7 @@ fi
if [ ! -f /etc/rc.local ]; then
echo "#!/bin/bash" > /etc/rc.local
echo > /etc/rc.local
echo >> /etc/rc.local
chmod +x /etc/rc.local
fi