Parcourir la source

Added output message.

Caleb Gasser il y a 3 ans
Parent
commit
94b9f271eb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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