Make tinc --batch --force join enable the tinc-up script.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 20 Jul 2021 20:23:52 +0000 (22:23 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 20 Jul 2021 20:23:52 +0000 (22:23 +0200)
commit210aaecc8bf2cf300921a99e1e7bd9bd61cf8ecf
treedb438f5d5e4b4dcb1e3aea69d4e7da209eeb5680
parentb0b4a2f1eb3bef0141d817cbf3b575a5dd28f241
Make tinc --batch --force join enable the tinc-up script.

The expected behavior of --batch --force is that all parameters in the
invitation are accepted, whether unsafe or not. Unsafe variables were
already accepted with --force in commit 061362d2f, this commit ensures
the generated tinc-up script is enabled as well.

Fixes #196 on GitHub.
src/invitation.c