forked from github/pelican
Updated pelican.server not started error message.
This commit is contained in:
parent
33653f2864
commit
2856f49b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ function start_up(){
|
|||
echo "Pelican didn't start. Is the pelican package installed?"
|
||||
return 1
|
||||
elif ! alive $$srv_pid ; then
|
||||
echo "pelican.server didn't start. Is the pelican package installed?"
|
||||
echo "pelican.server didn't start. Is there something else which uses port 8000?"
|
||||
return 1
|
||||
fi
|
||||
echo 'Pelican and pelican.server processes now running in background.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue