mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Put quote marks around config source.
This commit is contained in:
parent
5c60af367e
commit
1af585f19c
2
init/msm
2
init/msm
@ -1129,7 +1129,7 @@ manager_stop_all_servers_now() {
|
|||||||
|
|
||||||
init() {
|
init() {
|
||||||
# Sourcing $CONFIG will override the previous defaults, with new values
|
# Sourcing $CONFIG will override the previous defaults, with new values
|
||||||
source $CONFIG
|
source "$CONFIG"
|
||||||
|
|
||||||
local i=0
|
local i=0
|
||||||
local j=0
|
local j=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user