mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
For FreeBSD, move netclient to executable directory.
This commit is contained in:
parent
10d5345714
commit
5bb7856b75
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue