From 288e1d00f26da27a8755cf00b145bafc96108b8a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 21 Jun 2017 21:18:30 +0100 Subject: [PATCH] Capital --- src/freedombone-app-ghost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-ghost b/src/freedombone-app-ghost index a80bb91a..886180d8 100755 --- a/src/freedombone-app-ghost +++ b/src/freedombone-app-ghost @@ -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