forked from github/pelican
Merge pull request #1728 from jonathan-s/stop-server
Fix for stopping devserver
This commit is contained in:
commit
3a03aef3e2
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue