Richard Neese 10 years ago
parent
commit
744ea56a59

+ 4 - 1
install/Debian/FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh

@@ -104,7 +104,7 @@ else
 		exit
 	fi
 fi
-
+clear
 ###################
 # Notes / Warnings
 ###################
@@ -125,6 +125,7 @@ cat << DELIM
    If It Fails For Any Reason Please Report To [email protected].
 
    Please Include Any Screen Output You Can To Show Where It Fails.
+   
 DELIM
 
 ###############################################
@@ -535,7 +536,9 @@ else
 	fs_ver="v1.5"
 fi
 
+# Set the freeswitch src path based on version
 fs_src_path=/usr/src/freeswitch-"$fs_ver"
+
 ################################################################
 #Used for pkg based installs for cp the base configs into place
 ################################################################