1
0
Fork 0
forked from github/pelican

Updated pelican.server not started error message.

This commit is contained in:
mr.Shu 2013-05-18 08:20:50 +02:00
commit 2856f49b3a

View file

@ -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.'