Skip to content

Commit

Permalink
Merge pull request #1728 from jonathan-s/stop-server
Browse files Browse the repository at this point in the history
Fix for stopping devserver
  • Loading branch information
justinmayer committed May 27, 2015
2 parents 1f3c6c5 + 77ebd05 commit 3a03aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pelican/tools/templates/Makefile.in
Expand Up @@ -92,8 +92,7 @@ else
endif

stopserver:
kill -9 `cat pelican.pid`
kill -9 `cat srv.pid`
$(BASEDIR)/develop_server.sh stop
@echo 'Stopped Pelican and SimpleHTTPServer processes running in background.'

publish:
Expand Down

0 comments on commit 3a03aef

Please sign in to comment.