Open Tasks
Needs Triage (15)
Active Repositories
- rOPS Nasqueron Operations
- Wed, Dec 30, 02:222020-12-30 02:22:59 (UTC+0)
- Git
- rDPHPCLI nasqueron/php-cli Docker image
- Oct 12 2020, 05:282020-10-12 05:28:09 (UTC+0)
- Git
- View All Results
Recent Activity
Wed, Dec 30
Another way to solve this according https://github.com/koalaman/shellcheck/wiki/SC2086:Quoting this doesn't work, since in the default case, "$debug" would expand to one empty argument while $debug would expand into zero arguments. In this case, you can use an array with zero or one elements as outlined above, or you can use an unquoted expansion with an alternate value:
debug="" [[ $1 == "--trace-commands" ]] && debug="yes" bash ${debug:+"-x"} scriptThis is better than an unquoted value because the alternative value can be properly quoted, e.g. wget ${output:+ -o "$output"}.
Regression introduced in rOPSbf659c5728cbfeab65c1fba8772f2037278000b5:
Nov 24 2020
Ok, but typo to fix.
Oct 26 2020
Oct 20 2020
Oct 14 2020
Could be presented in January as "one year of open source :: 2020 retrospective" with added insights?
Imported from https://github.com/nasqueron/docker-openfire/pull/1
Oct 13 2020
Clear extra lines from README
PostgreSQL by default doesn't consume 2 GB of RAM for an InnoDB cache, so I'm not sure it's a good idea.