瀏覽代碼

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