summaryrefslogtreecommitdiffstats
path: root/gencert.in
diff options
context:
space:
mode:
Diffstat (limited to 'gencert.in')
-rwxr-xr-xgencert.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gencert.in b/gencert.in
index 3ecff5b..e437a60 100755
--- a/gencert.in
+++ b/gencert.in
@@ -303,7 +303,7 @@ $CERTUTIL -A -d $DBDIR -n Server-Cert \
rm $DEST/tmpcert.der
-if [ $SNI > 0 ]; then
+if [ $SNI -gt 0 ]; then
SNI=`expr $SNI + 1`
count=1
while test $count -lt $SNI ; do