Merge pull request #22496 from mwarning/zt_typo

zerotier: fix typo
This commit is contained in:
Tianling Shen 2023-10-29 10:06:07 +08:00 committed by GitHub
commit 219b7d457e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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