Put quote marks around config source.

This commit is contained in:
Marcus Whybrow 2012-06-01 09:06:24 +01:00
parent 5c60af367e
commit 1af585f19c

View File

@ -1129,7 +1129,7 @@ manager_stop_all_servers_now() {
init() {
# Sourcing $CONFIG will override the previous defaults, with new values
source $CONFIG
source "$CONFIG"
local i=0
local j=0