(simatec) Fix patch file
This commit is contained in:
parent
f4fbed8f3c
commit
c9b2788222
1 changed files with 1 additions and 1 deletions
2
patch.sh
2
patch.sh
|
@ -87,7 +87,7 @@ if compare_versions "$PILER_VERSION" "$required_version"; then
|
||||||
patchNum="pilerPatch001"
|
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="${patchNum}\tlisten\t\t\t= 127.0.0.1:9307:mysql_readonly"
|
||||||
|
|
||||||
if [ -f $file ]; then
|
if [ -f $file ]; then
|
||||||
# Check the manticore.conf to see if the entry "listen = 127.0.0.1:9307:mysql_readonly" is present
|
# Check the manticore.conf to see if the entry "listen = 127.0.0.1:9307:mysql_readonly" is present
|
||||||
|
|
Loading…
Reference in a new issue