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"