Revert "Fixed incorrect flag."

This reverts commit d7a48b8a22.
This commit is contained in:
Caleb Gasser 2022-06-22 12:01:56 -05:00
parent d7a48b8a22
commit 4c30b5d5df

View file

@ -215,7 +215,7 @@ if [ "${KEY}" != "nokey" ]; then
fi
if [ "${OS}" = "FreeBSD" ]; then
if ! [ -x /usr/sbin/netclient ]; then
if ! [ -f /usr/sbin/netclient ]; then
echo "Moving netclient executable to \"/usr/sbin/netclient\""
mv netclient /usr/sbin
else