This commit is contained in:
PassiveLemon
2024-09-16 13:09:37 -04:00
parent 465f332dfc
commit a944c3ff36
2 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
#!/usr/bin/env bash
update-ca-certificates
echo "CA certificates updated"
if [ "$ZEROTIER" = "true" ]; then
echo "Starting ZeroTier daemon..."
zerotier-one -d
echo "ZeroTier daemon started"
fi
echo "Starting Zoraxy..."