Bob Mottram 8 år sedan
förälder
incheckning
05eb4f1054
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/freedombone-app-ghost

+ 2
- 2
src/freedombone-app-ghost Visa fil

@@ -173,7 +173,7 @@ function upgrade_ghost {
173 173
     if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
174 174
         wget ${GHOST_DOWNLOAD_URL}
175 175
     fi
176
-    if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
176
+    if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then
177 177
         echo $'Unable to download ghost'
178 178
         exit 367245
179 179
     fi
@@ -394,7 +394,7 @@ function install_ghost {
394 394
     fi
395 395
     cd /var/www/$GHOST_DOMAIN_NAME/htdocs
396 396
     wget ${GHOST_DOWNLOAD_URL}
397
-    if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
397
+    if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then
398 398
         echo $'Unable to download ghost'
399 399
         rm -rf /var/www/$GHOST_DOMAIN_NAME
400 400
         exit 63892