Patrick Kuijvenhoven 40304082bd fix(version): remove whitespace at end of APP_VERSION constant
The Dockerfile contains `echo $VERSION > /version.txt`, where `echo`
implicitly causes a newline at the end of the file. To avoid that,
one could use `echo -n`, but then the file isn't nicely readable when
doing a `cat` or something simular.

This fix `rtrims` (i.e. "Strip whitespace (or other
characters) from the end of a string") the contents of the version file.

Fixes kanboard/kanboard#4708
2021-01-20 20:27:52 -08:00
2016-03-07 12:06:57 +01:00
2015-10-19 21:32:18 -04:00
2020-12-28 13:52:09 -08:00
2020-04-04 17:31:52 -07:00
2020-12-28 16:13:43 -08:00
2021-01-17 21:40:06 -08:00
2015-10-19 21:05:41 -04:00
2016-05-29 20:12:02 -04:00
2019-02-01 11:08:34 -08:00
2020-04-04 17:31:52 -07:00
2014-01-25 14:56:02 -05:00
2020-05-20 18:10:53 -07:00
2016-06-29 22:21:59 -04:00

Kanboard

Kanboard is project management software that focuses on the Kanban methodology.

Credits

Description
No description provided
Readme 87 MiB
Languages
PHP 97.6%
JavaScript 1.5%
CSS 0.8%