Explorar o código

Revert "Fixed incorrect flag."

This reverts commit d7a48b8a2260a848ade5396bc26e1e0e4b3eb744.
Caleb Gasser %!s(int64=3) %!d(string=hai) anos
pai
achega
1cf31df16c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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