diff --git a/le.sh b/le.sh
index b327a2fb..c1a83c9f 100755
--- a/le.sh
+++ b/le.sh
@@ -1284,5 +1284,5 @@ createCSR:
 if [ -z "$1" ] ; then
   showhelp
 else
-  "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
+  $@
 fi