Browse Source

Remove deprecated function

Bob Mottram 8 years ago
parent
commit
c5c18d6d9c
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/freedombone-app-ghost

+ 0
- 3
src/freedombone-app-ghost View File

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