mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-11-05 19:50:54 +00:00
* 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'. |
||
|---|---|---|
| .. | ||
| bootstrap.sh | ||
| dkim.sh | ||
| dns.sh | ||
| firstuser.sh | ||
| functions.sh | ||
| mail-dovecot.sh | ||
| mail-postfix.sh | ||
| mail-users.sh | ||
| management.sh | ||
| migrate.py | ||
| munin.sh | ||
| network-checks.sh | ||
| nextcloud.sh | ||
| preflight.sh | ||
| questions.sh | ||
| spamassassin.sh | ||
| ssl.sh | ||
| start.sh | ||
| system.sh | ||
| web.sh | ||
| webmail.sh | ||
| zpush.sh | ||