(simatec) Fix patch file

This commit is contained in:
simatec 2024-06-06 14:46:29 +02:00
parent f4fbed8f3c
commit c9b2788222

View file

@ -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