double quotes

This commit is contained in:
Bob Mottram 2018-02-12 21:03:47 +00:00
parent 8548de8fa6
commit 0dc6df1095
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ function install_bdsmail {
systemctl start bdsmail
echo '#!/bin/bash' > /usr/bin/bdsmail_domain
echo 'cd $BDSMAIL_DIR' >> /usr/bin/bdsmail_domain
echo "cd $BDSMAIL_DIR" >> /usr/bin/bdsmail_domain
echo 'if [ ! -f bdsmail-privkey.dat ]; then' >> /usr/bin/bdsmail_domain
echo ' exit 1' >> /usr/bin/bdsmail_domain
echo 'fi' >> /usr/bin/bdsmail_domain