]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8933 #resolve Basic FreeSWITCH from source installer that works on Raspbian and...
authorKen Rice <krice@freeswitch.org>
Mon, 14 Mar 2016 22:06:19 +0000 (17:06 -0500)
committerKen Rice <krice@freeswitch.org>
Mon, 14 Mar 2016 22:06:39 +0000 (17:06 -0500)
scripts/dialog-installer.sh

index bb3225c225ad7c2f5dbef1dba30cad13a2c15801..6719da2e69bd903dae51da34128cc702b59f1443 100755 (executable)
@@ -4,7 +4,6 @@
 #
 ########################################################
 # TODO: FreeSWITCH AutoStart
-# TODO: Install on Raspbian
 # TODO: Allow Selection of Source or Package Install on Debian
 
 DIALOG=${DIALOG=dialog}
@@ -283,6 +282,6 @@ if [ "x$PRIVIP" != "x$IPADDR" ]; then
                install_certs
        fi
 else
-       echo "Skipping LetsEncrypt. Since we are on Private IP Space";
+       echo "Skipping LetsEncrypt. Since we are on a Private IP Address";
 fi