From 0dc6df1095688d47ee6a04f25fdde1ad6a44e940 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Mon, 12 Feb 2018 21:03:47 +0000
Subject: [PATCH] double quotes

---
 src/freedombone-app-bdsmail | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-app-bdsmail b/src/freedombone-app-bdsmail
index 7cc79ce87..99a110698 100755
--- a/src/freedombone-app-bdsmail
+++ b/src/freedombone-app-bdsmail
@@ -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
-- 
GitLab