silenced DB modifications for dashboard

This commit is contained in:
2026-03-09 11:42:55 +01:00
parent ffed3be614
commit 3da6a5f3f8

View File

@@ -528,7 +528,7 @@ pause_if_enabled
#dashboard
replace_in_sqlite_db "/opt/stacks/dashboard/config/www/app.sqlite" "<domain>" $domain
replace_in_sqlite_db "/opt/stacks/dashboard/config/www/app.sqlite" "<domain>" $domain > /dev/null
cd /opt/stacks/dashboard
docker compose up -d
echo -e "${cyan}dashboard${nc} has been launched from http://dash.$domain, verify it is online, check that its entries work and press any button to continue"