diff --git a/bin/update b/bin/update index 3698a4b42..34bd0bdcd 100755 --- a/bin/update +++ b/bin/update @@ -24,6 +24,6 @@ chdir APP_ROOT do puts "\n== Removing old logs ==" system! 'bin/rails log:clear' - puts "\n== Restarting application server ==" - system! 'bin/rails restart' + puts "\n== Done ==" + puts "You can now start (or restart) the application server with `overmind start`." end