New version

This commit is contained in:
Alexandre
2023-07-21 16:40:32 +02:00
parent f919ffa630
commit a67df23423
7 changed files with 4 additions and 12 deletions

View File

@@ -12,8 +12,4 @@ if bashio::services.available 'mysql'; then
bashio::log.blue "Host-name : $(bashio::services "mysql" "host"):$(bashio::services "mysql" "port")"
bashio::log.green "---"
# Clean if needed
#for var in dbtype dbname dbuser dbhost; do
# sed -i "/$var/d" /defaults/config.php
#done
fi