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