Fix missing " as string termination

Remove code to cluster steps as this is done by sequencer.sh with version 11.0.4
This commit is contained in:
2021-01-20 13:24:12 +01:00
parent a1c76d1f7a
commit d4cdff72c4

View File

@@ -108,9 +108,6 @@ step_7() {
step_8_info() {
echo "Configure $mdaName"
if [ $CONTEXT_HELP -ne 0 ] ; then
echo
fi
}
step_8() {
echo "# Configuring Mailbox Location"
@@ -280,9 +277,6 @@ step_24() {
step_25_info() {
echo "Configure sieve for virtual users"
if [ $CONTEXT_HELP -ne 0 ] ; then
echo
fi
}
step_25() {
echo "# Sieve script configuration"
@@ -311,7 +305,7 @@ step_25() {
echo "# Notes about sendxmpp"
echo " * .sendxmpprc resides in every virtual users home"
echo " and must be owned by $MAS_VIRTUAL_USER"
echo " (chown $MAS_VIRTUAL_USER: .sendxmpprc; chmod 700 .sendxmpprc)
echo " (chown $MAS_VIRTUAL_USER: .sendxmpprc; chmod 700 .sendxmpprc)"
}
step_50_info() { echo "Adding relay host for sending mails"; }