1
0
의 미러 https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00
Files
mailinabox/setup
Joshua Tauberer ae3feebd80 Fix warnings reported by shellcheck
* SC2068: Double quote array expansions to avoid re-splitting elements.
* SC2186: tempfile is deprecated. Use mktemp instead.
* SC2124: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
* SC2102: Ranges can only match single chars (mentioned due to duplicates).
* SC2005: Useless echo? Instead of 'echo $(cmd)', just use 'cmd'.
2021-05-03 19:25:09 -04:00
..
2021-04-11 12:45:37 -04:00
2021-02-28 08:04:14 -05:00
2021-05-03 19:25:09 -04:00
2021-02-28 08:04:14 -05:00
2021-02-28 08:05:40 -05:00