From 7ee9f765ebc4fc748dd0afe4c489b8caa9cb741b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Jan 2022 16:53:01 +0100 Subject: [PATCH] Update 99-run.sh --- fireflyiii/rootfs/etc/cont-init.d/99-run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fireflyiii/rootfs/etc/cont-init.d/99-run.sh b/fireflyiii/rootfs/etc/cont-init.d/99-run.sh index 529268e4f..191dc5ee8 100644 --- a/fireflyiii/rootfs/etc/cont-init.d/99-run.sh +++ b/fireflyiii/rootfs/etc/cont-init.d/99-run.sh @@ -98,10 +98,6 @@ mariadb_addon) bashio::log.warning "Please ensure this is included in your backups" bashio::log.warning "Uninstalling the MariaDB addon will remove any data" - bashio::log.info "Installing mysql to configure the database" - apt-get update - apt-get install -yq --no-install-recommends mariadb-client - apt-get clean bashio::log.info "Creating database for Firefly-iii if required" mysql \ -u "${DB_USERNAME}" -p"${DB_PASSWORD}" \