Linux install and uninstall seem to work.

This commit is contained in:
Adam Ierymenko
2013-11-08 17:37:47 -05:00
parent 15375ef6b9
commit 165bc589fd
7 changed files with 28 additions and 15 deletions

View File

@@ -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