1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-12 10:26:09 +00:00

Merge pull request #82 from BlueAnanas/fix1

Replace $@ by quoted "$@" in function selector
This commit is contained in:
Neil 2016-03-03 10:20:00 +08:00
commit 84f664f36e

2
le.sh
View File

@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then
showhelp
else
$@
"$@"
fi