From 5bb7856b75d166f2181272fc6917f475773c7e53 Mon Sep 17 00:00:00 2001 From: Caleb Gasser <1561693+calebgasser@users.noreply.github.com> Date: Wed, 22 Jun 2022 11:02:39 -0500 Subject: [PATCH] For FreeBSD, move netclient to executable directory. --- scripts/netclient-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/netclient-install.sh b/scripts/netclient-install.sh index 70d18654..30a3b653 100755 --- a/scripts/netclient-install.sh +++ b/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