Browse Source

Update finish.sh

FusionPBX 8 năm trước cách đây
mục cha
commit
6f8d941097
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	if [ .$monit_enabled = .'true' ]; then
-		. ./monit.sh
+		./monit.sh
 	fi
 fi