Quellcode durchsuchen

Remove deprecated function

Bob Mottram vor 8 Jahren
Ursprung
Commit
c5c18d6d9c
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0
    3
      src/freedombone-app-ghost

+ 0
- 3
src/freedombone-app-ghost Datei anzeigen

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