Browse Source

minor, remove error message.

neil 8 years ago
parent
commit
b3752e78b6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      acme.sh

+ 0 - 4
acme.sh

@@ -2002,10 +2002,6 @@ installcert() {
     fi
   fi
 
-  if [ "$_installed" = "0" ] ; then
-    _err "Nothing to install. You don't specify any parameter."
-    return 1
-  fi
 
 }