summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2017-03-03 09:38:56 +0100
committerSimon Rettberg2017-03-03 09:38:56 +0100
commit6aae4a4a24bbb7145f77b0ba762e6ea562518304 (patch)
tree8714b2cf66c213cace4952a9188a08c5e6b67337
parent[CreateLdapConfig] Fix name of variable for additional shares (diff)
downloadtmlite-bwlp-6aae4a4a24bbb7145f77b0ba762e6ea562518304.tar.gz
tmlite-bwlp-6aae4a4a24bbb7145f77b0ba762e6ea562518304.tar.xz
tmlite-bwlp-6aae4a4a24bbb7145f77b0ba762e6ea562518304.zip
[LighttpdHttps] Also fix related script
-rwxr-xr-xscripts/install-https2
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