From 3da6a5f3f8afa41e392dbdb964f67a4e251db8e6 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Mon, 9 Mar 2026 11:42:55 +0100 Subject: [PATCH] silenced DB modifications for dashboard --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 1908b98..64a27d4 100644 --- a/deploy.sh +++ b/deploy.sh @@ -528,7 +528,7 @@ pause_if_enabled #dashboard -replace_in_sqlite_db "/opt/stacks/dashboard/config/www/app.sqlite" "" $domain +replace_in_sqlite_db "/opt/stacks/dashboard/config/www/app.sqlite" "" $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"