Browse Source

For FreeBSD, move netclient to executable directory.

Caleb Gasser 3 years ago
parent
commit
5bb7856b75
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/netclient-install.sh

+ 3 - 0
scripts/netclient-install.sh

@@ -214,6 +214,9 @@ if [ "${KEY}" != "nokey" ]; then
   fi
 fi
 
+if [ "${OS}" = "FreeBSD" ]; then
+  mv netclient /usr/sbin  
+fi
 
 if [ "${OS}" = "OpenWRT" ]; then
 	mv ./netclient /sbin/netclient