mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Linux install and uninstall seem to work.
This commit is contained in:
parent
15375ef6b9
commit
165bc589fd
7 changed files with 28 additions and 15 deletions
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
case "$1" in
|
||||
start)
|
||||
if [ $running -eq 0 ]; then
|
||||
if [ $running -gt 0 ]; then
|
||||
echo "ZeroTier One already running."
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue