File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ service-address = "${POD_IP}:{{ .LockServicePort }}"
7171EOF
7272sed -i "/\[cn.lockservice\]/r ${lsc}" ${conf}
7373
74- {{- if .EnableMemoryBinPath }}
74+ {{ if .EnableMemoryBinPath }}
7575MO_BIN=${MO_BIN_PATH}/mo-service
7676mkdir -p ${MO_BIN_PATH}
7777cp /mo-service ${MO_BIN}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ while true; do
104104 fi
105105done
106106
107- {{- if .EnableMemoryBinPath }}
107+ {{ if .EnableMemoryBinPath }}
108108MO_BIN=${MO_BIN_PATH}/mo-service
109109mkdir -p ${MO_BIN_PATH}
110110cp /mo-service ${MO_BIN}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ while true; do
104104 fi
105105done
106106
107- {{- if .EnableMemoryBinPath }}
107+ {{ if .EnableMemoryBinPath }}
108108MO_BIN=${MO_BIN_PATH}/mo-service
109109mkdir -p ${MO_BIN_PATH}
110110cp /mo-service ${MO_BIN}
@@ -176,7 +176,7 @@ while true; do
176176 fi
177177done
178178
179- {{- if .EnableMemoryBinPath }}
179+ {{ if .EnableMemoryBinPath }}
180180MO_BIN=${MO_BIN_PATH}/mo-service
181181mkdir -p ${MO_BIN_PATH}
182182cp /mo-service ${MO_BIN}
You can’t perform that action at this time.
0 commit comments