소스 검색

Update finish.sh

FusionPBX 8 년 전
부모
커밋
6f8d941097
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      freebsd/resources/finish.sh

+ 1 - 1
freebsd/resources/finish.sh

@@ -115,7 +115,7 @@ if [ .$switch_enabled = .'true' ]; then
 
 
 	#install monit.sh
 	#install monit.sh
 	if [ .$monit_enabled = .'true' ]; then
 	if [ .$monit_enabled = .'true' ]; then
-		. ./monit.sh
+		./monit.sh
 	fi
 	fi
 fi
 fi