瀏覽代碼

Update switch.sh

FusionPBX 8 年之前
父節點
當前提交
9d984eb99d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      centos/resources/switch.sh

+ 2 - 0
centos/resources/switch.sh

@@ -6,6 +6,7 @@ cd "$(dirname "$0")"
 #includes
 #includes
 . ./config.sh
 . ./config.sh
 
 
+#install source
 if [ .$switch_source = .true ]; then
 if [ .$switch_source = .true ]; then
 	if [ ."$switch_branch" = "master" ]; then
 	if [ ."$switch_branch" = "master" ]; then
 		switch/source-master.sh
 		switch/source-master.sh
@@ -23,6 +24,7 @@ if [ .$switch_source = .true ]; then
 	switch/source-systemd.sh
 	switch/source-systemd.sh
 fi
 fi
 
 
+#install packages
 if [ .$switch_package = .true ]; then
 if [ .$switch_package = .true ]; then
 	if [ ."$switch_branch" = "master" ]; then
 	if [ ."$switch_branch" = "master" ]; then
 		if [ .$switch_package_all = .true ]; then
 		if [ .$switch_package_all = .true ]; then