mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 16:50:46 +08:00
Fixed incorrect flag.
This commit is contained in:
parent
4c30b5d5df
commit
b54298347e
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ if [ "${KEY}" != "nokey" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${OS}" = "FreeBSD" ]; then
|
if [ "${OS}" = "FreeBSD" ]; then
|
||||||
if ! [ -f /usr/sbin/netclient ]; then
|
if ! [ -x /usr/sbin/netclient ]; then
|
||||||
echo "Moving netclient executable to \"/usr/sbin/netclient\""
|
echo "Moving netclient executable to \"/usr/sbin/netclient\""
|
||||||
mv netclient /usr/sbin
|
mv netclient /usr/sbin
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue