mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update 20-zerotier.sh (#223)
replaced the name wireguard whit zerotier-one
This commit is contained in:
parent
26cb6f6b39
commit
bc54b90f77
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
CONTAINER=zerotier-one
|
CONTAINER=zerotier-one
|
||||||
# Starts a wireguard container that is deleted after it is stopped.
|
# Starts a ZeroTier container that is deleted after it is stopped.
|
||||||
# All configs stored in /mnt/data/wireguard
|
# All configs stored in /mnt/data/zerotier-one
|
||||||
if podman container exists ${CONTAINER}; then
|
if podman container exists ${CONTAINER}; then
|
||||||
podman start ${CONTAINER}
|
podman start ${CONTAINER}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user