(simatec) small fix
This commit is contained in:
parent
1dfb2767dd
commit
ac5dabf202
1 changed files with 2 additions and 2 deletions
2
patch.sh
2
patch.sh
|
@ -84,7 +84,7 @@ required_version="1.4.5"
|
||||||
|
|
||||||
if compare_versions "$PILER_VERSION" "$required_version"; then
|
if compare_versions "$PILER_VERSION" "$required_version"; then
|
||||||
file="/var/lib/docker/volumes/piler-docker_piler_etc/_data/manticore.conf"
|
file="/var/lib/docker/volumes/piler-docker_piler_etc/_data/manticore.conf"
|
||||||
patchNum="pilerPatch_001"
|
patchNum="pilerPatch001"
|
||||||
|
|
||||||
search_entry="127.0.0.1:9307:"
|
search_entry="127.0.0.1:9307:"
|
||||||
new_entry="${entry}\tlisten\t\t\t= 127.0.0.1:9307:mysql_readonly"
|
new_entry="${entry}\tlisten\t\t\t= 127.0.0.1:9307:mysql_readonly"
|
||||||
|
|
Loading…
Reference in a new issue