From b8f2ddc57a6c4acc1e5ab3eeb0611440e8aaf16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bergstro=CC=88m?= Date: Tue, 8 May 2018 10:44:16 +0200 Subject: [PATCH] rc.local fix#3 --- .../etc/puppet/modules/eid/templates/kvm/bootstrap-cosmos.sh.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/global/overlay/etc/puppet/modules/eid/templates/kvm/bootstrap-cosmos.sh.erb b/global/overlay/etc/puppet/modules/eid/templates/kvm/bootstrap-cosmos.sh.erb index 6929747b..d3c62f49 100755 --- a/global/overlay/etc/puppet/modules/eid/templates/kvm/bootstrap-cosmos.sh.erb +++ b/global/overlay/etc/puppet/modules/eid/templates/kvm/bootstrap-cosmos.sh.erb @@ -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