diff options
| author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-03-27 22:24:59 +0200 |
|---|---|---|
| committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-03-27 22:24:59 +0200 |
| commit | 08b5f6d0293efd48b99cf69e663610e2ab3b0ae8 (patch) | |
| tree | a29c0b0a3fd73346756128db89e562a28e45b339 | |
| parent | 26f9468c933a9f85134f603abf7670697ecd451a (diff) | |
fixed install bug
| -rw-r--r-- | retiolum/hosts/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/retiolum/hosts/install.sh b/retiolum/hosts/install.sh index d347a4c6..d74636e9 100644 --- a/retiolum/hosts/install.sh +++ b/retiolum/hosts/install.sh @@ -1,4 +1,5 @@ -! /bin/sh +#! /bin/sh +# USE WITH GREAT CAUTION set -e myname="${1:-dummy}" |
