浏览代码

Added Mark Crane as contributor

Digital Daz 10 年之前
父节点
当前提交
a27c1b34fb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      install/ubuntu/install_fusionpbx.sh

+ 2 - 1
install/ubuntu/install_fusionpbx.sh

@@ -20,6 +20,7 @@ LICENSE=$( cat << DELIM
 #
 #  Contributor(s):
 #		Gill Abada <[email protected]>
+#    Mark J Crane <[email protected]>
 #------------------------------------------------------------------------------
 DELIM
 )
@@ -2666,7 +2667,7 @@ if [ $UPGFREESWITCH -eq 1 ]; then
 	else
 		/bin/echo
 		/bin/echo ' going to run make curent'
-		/bin/echo "   Make current completely cleans the build environment and rebuilds FreeSWITCH™"
+		/bin/echo "   Make current completely cleans the build environment and rebuilds FreeSWITCH™"
 		/bin/echo "   so it runs a long time. However, it will not overwrite files in a pre-existing"
 		/bin/echo '   "conf" directory. Also, the clean targets leave the "modules.conf" file.'
 		/bin/echo "   This handles the git pull, cleanup, and rebuild in one step"