aboutsummaryrefslogtreecommitdiff
path: root/files/etc/rc.local
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-03-02 11:31:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-03-02 11:31:38 -0300
commit2905dbaef43e2a3da7d122f2e4caefa865ff8baa (patch)
tree1a42cb8fd11b5f5b06882f92430125620b8e05b7 /files/etc/rc.local
parentbc02d890604e3289e6257c0447f13a86c460b8a4 (diff)
downloadpuppet-nodo-2905dbaef43e2a3da7d122f2e4caefa865ff8baa.tar.gz
puppet-nodo-2905dbaef43e2a3da7d122f2e4caefa865ff8baa.tar.bz2
Removing -e from shell invocation
Diffstat (limited to 'files/etc/rc.local')
-rw-r--r--files/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/rc.local b/files/etc/rc.local
index 13987bc..17ce810 100644
--- a/files/etc/rc.local
+++ b/files/etc/rc.local
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
#
# rc.local
#