rc.local fix#3

This commit is contained in:
Erik Bergström 2018-05-08 10:44:16 +02:00
parent 9a443397b9
commit b8f2ddc57a

View file

@ -71,6 +71,7 @@ if [ -f /etc/rc.local ]; then
echo "exit 0"
) >> /etc/rc.local.new
mv -f /etc/rc.local.new /etc/rc.local
chmod +x /etc/rc.local
fi
touch /etc/run-cosmos-at-boot