From 6aae4a4a24bbb7145f77b0ba762e6ea562518304 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 3 Mar 2017 09:38:56 +0100 Subject: [LighttpdHttps] Also fix related script --- scripts/install-https | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522