From 37c5f6163324e1d810b8499a82a448ae4c4dde3e Mon Sep 17 00:00:00 2001 From: sn0w Date: Mon, 9 Apr 2018 10:55:05 +0200 Subject: [PATCH] Nothing to see here It was late at night ok? --- pleroma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pleroma b/pleroma index 4dc5c2a..4f5f819 100755 --- a/pleroma +++ b/pleroma @@ -96,7 +96,7 @@ case "$1" in build) action__build;; start) action__start;; stop) action__stop;; -restart) action__start; action__stop; ;; +restart) action__stop; action__start; ;; logs) action__logs;; enter) action__enter;; *)