https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40901
--- Comment #121 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 199459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199459&action=edit Bug 40901: (QA follow-up) Quote path/option values in koha-generate-env env files systemd EnvironmentFile parsing treats unquoted values as ending at the first whitespace. PLACK_PSGIFILE and Z3950_CONFIGDIR are paths that could in principle contain spaces; Z3950_ADDITIONAL_OPTS routinely holds multiple flags separated by spaces (e.g. "--port 9999 --verbose"). Wrap these three values in double-quotes in the generated env file so systemd reads the full value even when it contains spaces. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
