Don't include ghost version in variables
This commit is contained in:
parent
3730e21fa9
commit
add4b3464c
|
@ -41,8 +41,7 @@ GHOST_VERSION='0.11.8'
|
|||
GHOST_HASH='244faad0b16eb1b90c8095f1e536db65299a3a2d85a20af76342be3707522b38'
|
||||
GHOST_DOWNLOAD_URL="https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip"
|
||||
|
||||
ghost_variables=(GHOST_VERSION
|
||||
GHOST_DOMAIN_NAME
|
||||
ghost_variables=(GHOST_DOMAIN_NAME
|
||||
GHOST_CODE
|
||||
GHOST_ADMIN_PASSWORD
|
||||
ONION_ONLY
|
||||
|
|
Loading…
Reference in New Issue