summaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-09 13:10:10 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-09 13:10:10 +0200
commit4f65194e7746f3fa5233abb60da593f655a1cf9f (patch)
treeff90bdd7f36544c535e6fa6814f21687416151b6 /postfix
parent505c38af612ef0f7c85fb20cdde30a5cbcbb1db8 (diff)
drop variable $sp
Diffstat (limited to 'postfix')
-rwxr-xr-xpostfix/postfix.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh
index 735d599..4d3a031 100755
--- a/postfix/postfix.sh
+++ b/postfix/postfix.sh
@@ -32,7 +32,6 @@ exit1() {
realmsdir='/etc/local-REDPILL'
configdirs='/etc/local /etc/local-ORG /etc/local-REDPILL /etc/local-COMMON'
confdir='/etc/postfix'
-sp='[[:space:]]'
if ! [ -d "$realmsdir" ]; then
warn "Realms directory \"$realmsdir\" does not exist."
fi