diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-11 11:57:30 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-11 11:57:30 +0100 |
commit | 2c600ea6fd62d6e1c913c5d9a326842b6616c910 (patch) | |
tree | 4c4a22a68446430a5b7c466594e91cc8a3222b00 | |
parent | 16eab1e1475072b2f203f071566b6a83249b1ca0 (diff) | |
download | vpn-tinc-2c600ea6fd62d6e1c913c5d9a326842b6616c910.tar.gz vpn-tinc-2c600ea6fd62d6e1c913c5d9a326842b6616c910.tar.bz2 |
-rw-r--r-- | playbook.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.bash b/playbook.bash index 8747b32..057fb71 100644 --- a/playbook.bash +++ b/playbook.bash @@ -86,7 +86,7 @@ playbook_add() printf 'tincd_cfg="%s"\n' "$name" >> "/etc/rc.conf.d/tincd" fi ;; - linux-gentoo) + linux-gentoo|linux-alpine_linux) if ! grep -Fq "NETWORK: $name" /etc/conf.d/tinc.networks then printf "NETWORK: %s\n" "$name" >> /etc/conf.d/tinc.networks |