diff options
Diffstat (limited to 'docs/updating')
-rw-r--r-- | docs/updating/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/updating/index.md b/docs/updating/index.md index e65097e6d..2ab8ed6f5 100644 --- a/docs/updating/index.md +++ b/docs/updating/index.md @@ -70,5 +70,5 @@ Lastly, you should restart your application server, this may be restarting your webserver, or if it is running separately, something like: {% highlight bash %} -sudo /etc/init.d/fixmystreet restart +sudo service fixmystreet restart {% endhighlight %} |