mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
default port 8000
This commit is contained in:
parent
4650d198a6
commit
5cf6a69007
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ function start_up(){
|
|||
# MAIN
|
||||
###
|
||||
[[ ($# -eq 0) || ($# -gt 2) ]] && usage
|
||||
port=''
|
||||
port='8000'
|
||||
[[ $# -eq 2 ]] && port=$2
|
||||
|
||||
if [[ $1 == "stop" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue