浏览代码

For FreeBSD, move netclient to executable directory.

Caleb Gasser 3 年之前
父节点
当前提交
db0d866d37
共有 1 个文件被更改,包括 3 次插入0 次删除
  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