From 31d7d10f686c94a405747311b2c232982c6cc1b0 Mon Sep 17 00:00:00 2001 From: gosticks Date: Thu, 31 Aug 2017 14:21:05 +0200 Subject: [PATCH] fixed typo --- drone_init.d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone_init.d.sh b/drone_init.d.sh index c176dea..3826bda 100644 --- a/drone_init.d.sh +++ b/drone_init.d.sh @@ -58,7 +58,7 @@ case "$1" in uninstall) uninstall ;; - retart) + restart) stop start ;;