Skip to content
Snippets Groups Projects
Commit 0dc6df10 authored by Bob Mottram's avatar Bob Mottram
Browse files

double quotes

parent 8548de8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment