crpb / grommunio

Helferlein für Grommunio
6 stars 0 forks source link

Remove Python-like triple quotes in Bash script #5

Closed robert-scheck closed 1 month ago

robert-scheck commented 1 month ago

Bash does not support triple quotes, that's Python-like style. Practically it's "" "string" "", so the concatenation of an empty string with the actual SQL query followed by an empty string. I suggest to remove it to improve the readability of a pure Bash script.

crpb commented 1 month ago

I changed it to read like in grommunio-ham-run.sh instead.

robert-scheck commented 1 month ago

Yes, commit 98cdedb062b3725163a3511495d8bd3491fffe09 should fit, too.