소스 검색

Install Script: Add a little clarity to the initial 'current' script vs 'newest' script question.

Nate Jones 10 년 전
부모
커밋
6aaabd266a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/ubuntu/install_fusionpbx.sh

+ 1 - 1
install/ubuntu/install_fusionpbx.sh

@@ -890,7 +890,7 @@ else
 	echo "  the new file is saved in /tmp/install_fusionpbx.latest"
 	echo "  to see the difference, run:"
 	echo "  diff -y /tmp/install_fusionpbx.latest $WHEREAMI"
-	read -p "Continue [y/N]? " YESNO
+	read -p "Continue with the current script [y/N]? " YESNO
 	case $YESNO in
 		[Yy]*)
 			echo "OK, Continuing"