Skip to content

Commit

Permalink
zerotier: fix option disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Warning <[email protected]>
  • Loading branch information
mwarning committed Sep 18, 2024
1 parent 05c3761 commit 4aa62ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/zerotier/files/etc/init.d/zerotier
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ start_service() {

if [ ${enabled} -eq 0 ]; then
echo "disabled in /etc/config/zerotier"
return 1
fi

# Remove existing link or folder
Expand Down

0 comments on commit 4aa62ae

Please sign in to comment.