1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-14 01:43:11 +00:00

Merge pull request #81 from phanimahesh/patch-1

simplify call by using $@.    We will not add more args,  but $@ is better.  Later, we will use getopt .
This commit is contained in:
Neil
2016-03-02 22:44:27 +08:00
+1 -1
View File
@@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then
showhelp
else
"$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
$@
fi