From 7e848acdbc785e9517b1b5f35e4f1b1677e01f0f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Jan 2022 15:04:11 +0100 Subject: [PATCH] Update 99-run.sh --- tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh b/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh index e01ff0cf8..cb6cb87c0 100644 --- a/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh +++ b/tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh @@ -32,7 +32,7 @@ mariadb_addon) fi # Install mysqlclient - pip install mysql-connector-python &>/dev/null || pip install pymysql &>/dev/null || bashio::log.fatal "can't install mysqlclient" + pip install pymysql &>/dev/null # Use values export DB_ENGINE=django.db.backends.mysql