Browse Source

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.
pull/82/head
BlueAnanas 9 years ago
parent
commit
0f36bb1130
  1. 2
      le.sh

2
le.sh

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