mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 06:04:20 +08:00
Fixed incorrect flag.
This commit is contained in:
parent
70798739de
commit
d7a48b8a22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue