From 9a443397b9657bb70098fccf9590966abf584e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bergstro=CC=88m?= Date: Tue, 8 May 2018 10:21:57 +0200 Subject: [PATCH] rc.local fix#2 --- .../puppet/modules/eid/templates/kvm/bootstrap-cosmos.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 47883d8a..6929747b 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 @@ -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