Capital
This commit is contained in:
parent
b4924c36f8
commit
288e1d00f2
|
@ -170,7 +170,7 @@ function upgrade_ghost {
|
|||
GHOST_PATH=/var/www/$GHOST_DOMAIN_NAME/htdocs
|
||||
|
||||
cd $GHOST_PATH
|
||||
if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
|
||||
if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then
|
||||
wget ${GHOST_DOWNLOAD_URL}
|
||||
fi
|
||||
if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then
|
||||
|
|
Loading…
Reference in New Issue