diff options
author | Simon Rettberg | 2017-03-03 09:38:56 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-03-03 09:38:56 +0100 |
commit | 6aae4a4a24bbb7145f77b0ba762e6ea562518304 (patch) | |
tree | 8714b2cf66c213cace4952a9188a08c5e6b67337 /scripts | |
parent | [CreateLdapConfig] Fix name of variable for additional shares (diff) | |
download | tmlite-bwlp-6aae4a4a24bbb7145f77b0ba762e6ea562518304.tar.gz tmlite-bwlp-6aae4a4a24bbb7145f77b0ba762e6ea562518304.tar.xz tmlite-bwlp-6aae4a4a24bbb7145f77b0ba762e6ea562518304.zip |
[LighttpdHttps] Also fix related script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-https | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-https b/scripts/install-https index f31271a..a4ea8df 100755 --- a/scripts/install-https +++ b/scripts/install-https @@ -33,7 +33,7 @@ op_test () op_import () { - [ $# -lt 2 ] || exit 1 + [ $# -lt 2 ] && exit 1 local K=$1 local C=$2 local CHAIN=$3 |