瀏覽代碼

Don't include ghost version in variables

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

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

41
 GHOST_HASH='244faad0b16eb1b90c8095f1e536db65299a3a2d85a20af76342be3707522b38'
41
 GHOST_HASH='244faad0b16eb1b90c8095f1e536db65299a3a2d85a20af76342be3707522b38'
42
 GHOST_DOWNLOAD_URL="https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip"
42
 GHOST_DOWNLOAD_URL="https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip"
43
 
43
 
44
-ghost_variables=(GHOST_VERSION
45
-                 GHOST_DOMAIN_NAME
44
+ghost_variables=(GHOST_DOMAIN_NAME
46
                  GHOST_CODE
45
                  GHOST_CODE
47
                  GHOST_ADMIN_PASSWORD
46
                  GHOST_ADMIN_PASSWORD
48
                  ONION_ONLY
47
                  ONION_ONLY