Commit 0f36bb11 authored by BlueAnanas's avatar BlueAnanas
Browse files

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.
parent f0d0bd25
......@@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then
showhelp
else
$@
"$@"
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment