Bläddra i källkod

Added output message.

Caleb Gasser 3 år sedan
förälder
incheckning
94b9f271eb
1 ändrade filer med 1 tillägg och 0 borttagningar
  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