1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-14 09:53:03 +00:00

Replaced $@ by quoted "$@"

An $a without quotes is not putting quotes around expanded characters. The quotes around the server reload command get lost in the process.
This commit is contained in:
BlueAnanas
2016-03-03 00:18:19 +01:00
parent f0d0bd2518
commit 0f36bb1130
+1 -1
View File
@@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then
showhelp
else
$@
"$@"
fi