diff --git a/scripts/netclient-install.sh b/scripts/netclient-install.sh index 39345789..66ff5b60 100755 --- a/scripts/netclient-install.sh +++ b/scripts/netclient-install.sh @@ -215,7 +215,7 @@ if [ "${KEY}" != "nokey" ]; then fi if [ "${OS}" = "FreeBSD" ]; then - if ! [ -f /usr/sbin/netclient ]; then + if ! [ -x /usr/sbin/netclient ]; then echo "Moving netclient executable to \"/usr/sbin/netclient\"" mv netclient /usr/sbin else