소스 검색

Added output message.

Caleb Gasser 3 년 전
부모
커밋
94b9f271eb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/netclient-install.sh

+ 1 - 0
scripts/netclient-install.sh

@@ -215,6 +215,7 @@ if [ "${KEY}" != "nokey" ]; then
 fi
 
 if [ "${OS}" = "FreeBSD" ]; then
+  echo "Moving netclient executable to \"/usr/sbin/netclient\""
   mv netclient /usr/sbin  
 fi