zerotier: fix typo

Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
Moritz Warning 2023-10-24 21:10:37 +02:00
parent 81658c5823
commit 9e38e78000
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zerotier
PKG_VERSION:=1.12.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?

View File

@ -18,7 +18,7 @@ start_instance() {
local args=""
if ! section_enabled "$cfg"; then
echo "disabled in /ect/config/zerotier"
echo "disabled in /etc/config/zerotier"
return 1
fi