mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-09 21:36:09 +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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${OS}" = "FreeBSD" ]; then
|
||||||
|
mv netclient /usr/sbin
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "${OS}" = "OpenWRT" ]; then
|
if [ "${OS}" = "OpenWRT" ]; then
|
||||||
mv ./netclient /sbin/netclient
|
mv ./netclient /sbin/netclient
|
||||||
|
|
Loading…
Add table
Reference in a new issue