Pārlūkot izejas kodu

Remove deprecated function

Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
c5c18d6d9c
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0
    3
      src/freedombone-app-ghost

+ 0
- 3
src/freedombone-app-ghost Parādīt failu

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