For FreeBSD, move netclient to executable directory.

This commit is contained in:
Caleb Gasser 2022-06-22 11:02:39 -05:00
parent 10d5345714
commit 5bb7856b75

View file

@ -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