Browse Source

Revert "Fixed incorrect flag."

This reverts commit d7a48b8a2260a848ade5396bc26e1e0e4b3eb744.
Caleb Gasser 3 years ago
parent
commit
4c30b5d5df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/netclient-install.sh

+ 1 - 1
scripts/netclient-install.sh

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