浏览代码

Remove deprecated function

Bob Mottram 8 年前
父节点
当前提交
c5c18d6d9c
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/freedombone-app-ghost

+ 0
- 3
src/freedombone-app-ghost 查看文件

@@ -275,9 +275,6 @@ function ghost_create_config {
275 275
 }
276 276
 
277 277
 function ghost_create_database {
278
-    function_check get_mariadb_git_admin_password
279
-    get_mariadb_git_admin_password
280
-
281 278
     if [ -f ${IMAGE_PASSWORD_FILE} ]; then
282 279
         GIT_ADMIN_PASSWORD="$(printf `cat $IMAGE_PASSWORD_FILE`)"
283 280
     else