소스 검색

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