Update 20-zerotier.sh (#223)

replaced the name wireguard whit zerotier-one
This commit is contained in:
Christian 2021-08-26 12:44:49 +02:00 committed by GitHub
parent 26cb6f6b39
commit bc54b90f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh
CONTAINER=zerotier-one
# Starts a wireguard container that is deleted after it is stopped.
# All configs stored in /mnt/data/wireguard
# Starts a ZeroTier container that is deleted after it is stopped.
# All configs stored in /mnt/data/zerotier-one
if podman container exists ${CONTAINER}; then
podman start ${CONTAINER}
else