Bob Mottram 8 年之前
父節點
當前提交
288e1d00f2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-ghost

+ 1
- 1
src/freedombone-app-ghost 查看文件

@@ -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