Bob Mottram 8 vuotta sitten
vanhempi
commit
288e1d00f2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-app-ghost

+ 1
- 1
src/freedombone-app-ghost Näytä tiedosto

@@ -170,7 +170,7 @@ function upgrade_ghost {
170 170
     GHOST_PATH=/var/www/$GHOST_DOMAIN_NAME/htdocs
171 171
 
172 172
     cd $GHOST_PATH
173
-    if [ ! -f ghost-${GHOST_VERSION}.zip ]; then
173
+    if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then
174 174
         wget ${GHOST_DOWNLOAD_URL}
175 175
     fi
176 176
     if [ ! -f Ghost-${GHOST_VERSION}.zip ]; then