Update 20-folders.sh

This commit is contained in:
Alexandre
2025-01-14 21:50:38 +01:00
committed by GitHub
parent 6b49a553e7
commit 530cb0caed

View File

@@ -15,3 +15,7 @@ if [ -f /homeassistant/addons_config/postgres/config.yaml ]; then
# Correct database location
sed -i "s|/data/database|/config/database|g" /config/postgresql.conf
fi
# touch sql file
touch /setup_postgres.sql
chmod 755 /setup_postgres.sql