diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-03-02 11:31:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-03-02 11:31:38 -0300 |
commit | 2905dbaef43e2a3da7d122f2e4caefa865ff8baa (patch) | |
tree | 1a42cb8fd11b5f5b06882f92430125620b8e05b7 /files | |
parent | bc02d890604e3289e6257c0447f13a86c460b8a4 (diff) | |
download | puppet-nodo-2905dbaef43e2a3da7d122f2e4caefa865ff8baa.tar.gz puppet-nodo-2905dbaef43e2a3da7d122f2e4caefa865ff8baa.tar.bz2 |
Removing -e from shell invocation
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/rc.local | 2 |
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 # |