mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 00:30:37 +08:00
parent
d7a48b8a22
commit
4c30b5d5df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue