| .. |
|
bootstrap.sh
|
Quote echo commands to preserve whitespace.
|
2023-12-21 08:44:22 -08:00 |
|
dkim.sh
|
Quote echo commands to preserve whitespace.
|
2023-12-21 08:44:22 -08:00 |
|
dns.sh
|
Replaced the pwd command with Bash's $PWD variable.
|
2023-12-21 08:18:43 -08:00 |
|
firstuser.sh
|
Fixed SC2046: Quote to prevent word splitting.
|
2023-12-21 08:00:26 -08:00 |
|
functions.sh
|
Quote echo commands to preserve whitespace.
|
2023-12-21 08:44:22 -08:00 |
|
mail-dovecot.sh
|
Removed unnecessary bc commands.
|
2023-12-21 08:29:24 -08:00 |
|
mail-postfix.sh
|
Fixed SC2140: Word is of the form "A"B"C".
|
2023-12-21 08:02:51 -08:00 |
|
mail-users.sh
|
Fixed SC2086: Double quote to prevent globbing and word splitting.
|
2023-12-21 06:58:34 -08:00 |
|
management.sh
|
Replaced the pwd command with Bash's $PWD variable.
|
2023-12-21 08:18:43 -08:00 |
|
migrate.py
|
Move automatically generated aliases to a separate database table
|
2021-09-24 08:11:36 -04:00 |
|
munin.sh
|
Replaced the pwd command with Bash's $PWD variable.
|
2023-12-21 08:18:43 -08:00 |
|
network-checks.sh
|
Fixed SC2148: Add a shebang.
|
2023-12-21 07:30:31 -08:00 |
|
nextcloud.sh
|
Fixed SC2236: Use -n instead of ! -z.
|
2023-12-21 08:06:26 -08:00 |
|
preflight.sh
|
Fixed SC2003: expr is antiquated.
|
2023-12-21 08:07:34 -08:00 |
|
questions.sh
|
Quote echo commands to preserve whitespace.
|
2023-12-21 08:44:22 -08:00 |
|
spamassassin.sh
|
Fixed SC2086: Double quote to prevent globbing and word splitting.
|
2023-12-21 06:58:34 -08:00 |
|
ssl.sh
|
Fixed SC2086: Double quote to prevent globbing and word splitting.
|
2023-12-21 06:58:34 -08:00 |
|
start.sh
|
Quote echo commands to preserve whitespace.
|
2023-12-21 08:44:22 -08:00 |
|
system.sh
|
Quote echo commands to preserve whitespace.
|
2023-12-21 08:44:22 -08:00 |
|
web.sh
|
Quote echo commands to preserve whitespace.
|
2023-12-21 08:44:22 -08:00 |
|
webmail.sh
|
Fixed SC2002: Useless cat.
|
2023-12-21 08:09:36 -08:00 |
|
zpush.sh
|
Fixed more SC2086.
|
2023-12-21 07:28:29 -08:00 |