diff --git a/deploy/restart b/deploy/restart index f681c6d..de52317 100755 --- a/deploy/restart +++ b/deploy/restart @@ -3,5 +3,4 @@ export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" -bin/stop -bin/start +bin/stop && bin/start