Caleb Gasser пре 3 година
родитељ
комит
ad7044ee4d
1 измењених фајлова са 1 додато и 1 уклоњено
  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 ! [ -f /usr/sbin/netclient ]; then
+  if ! [ -x /usr/sbin/netclient ]; then
     echo "Moving netclient executable to \"/usr/sbin/netclient\""
     mv netclient /usr/sbin  
   else