mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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?"
|
echo "Pelican didn't start. Is the pelican package installed?"
|
||||||
return 1
|
return 1
|
||||||
elif ! alive $$srv_pid ; then
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
echo 'Pelican and pelican.server processes now running in background.'
|
echo 'Pelican and pelican.server processes now running in background.'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue