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;; *)