cloudron-support: typo

This commit is contained in:
Girish Ramakrishnan
2025-06-08 11:06:56 +02:00
parent 344782099f
commit 804be6d5e4

View File

@@ -480,7 +480,7 @@ function check_dashboard_site_domain() {
if ! echo $output | grep -q "Cloudron Dashboard"; then
fail "https://my.${dashboard_domain} is not the dashboard domain. Check if DNS is set properly to this server"
host my.${dashboard_domain} 127.0.0.1 # could also result in cloudflare
host my.${dashboard_domain} 127.0.0.53 # could also result in cloudflare
exit 1
fi