print info where the server is located.

Django does this nicely.
This commit is contained in:
Christian González 2018-06-16 14:15:16 +02:00 committed by GitHub
commit 4650d198a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,7 @@ function start_up(){
return 1
fi
echo 'Pelican and HTTP server processes now running in background.'
echo "You can access the server now at http://localhost:$port with your browser."
}
###