Ver Fonte

Added output message.

Caleb Gasser há 3 anos atrás
pai
commit
94b9f271eb
1 ficheiros alterados com 1 adições e 0 exclusões
  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