Browse Source

Double quotes

Bob Mottram 11 years ago
parent
commit
4661ebc1dd
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      install-freedombone.sh

+ 6
- 6
install-freedombone.sh View File

@@ -1678,7 +1678,7 @@ function import_email {
1678 1678
   if grep -Fxq "import_email" $COMPLETION_FILE; then
1679 1679
       if [[ $SYSTEM_TYPE == "$VARIANT_MAILBOX" ]]; then
1680 1680
 		  echo ''
1681
-          echo $EMAIL_COMPLETE_MSG
1681
+          echo "$EMAIL_COMPLETE_MSG"
1682 1682
           if [ -d $USB_MOUNT ]; then
1683 1683
               umount $USB_MOUNT
1684 1684
               rm -rf $USB_MOUNT
@@ -1703,7 +1703,7 @@ function import_email {
1703 1703
       apt-get -y --force-yes autoremove
1704 1704
       # unmount any attached usb drive
1705 1705
       echo ''
1706
-      echo $EMAIL_COMPLETE_MSG
1706
+      echo "$EMAIL_COMPLETE_MSG"
1707 1707
       echo ''
1708 1708
       if [ -d $USB_MOUNT ]; then
1709 1709
           umount $USB_MOUNT
@@ -1768,8 +1768,8 @@ function install_owncloud {
1768 1768
               rm -rf $USB_MOUNT
1769 1769
           fi
1770 1770
           echo ''
1771
-          echo $OWNCLOUD_COMPLETION_MSG1
1772
-          echo $OWNCLOUD_COMPLETION_MSG2
1771
+          echo "$OWNCLOUD_COMPLETION_MSG1"
1772
+          echo "$OWNCLOUD_COMPLETION_MSG2"
1773 1773
           exit 0
1774 1774
       fi
1775 1775
       return
@@ -1940,8 +1940,8 @@ function install_owncloud {
1940 1940
           rm -rf $USB_MOUNT
1941 1941
       fi
1942 1942
       echo ''
1943
-      echo $OWNCLOUD_COMPLETION_MSG1
1944
-      echo $OWNCLOUD_COMPLETION_MSG2
1943
+      echo "$OWNCLOUD_COMPLETION_MSG1"
1944
+      echo "$OWNCLOUD_COMPLETION_MSG2"
1945 1945
       exit 0
1946 1946
   fi
1947 1947
 }