From 598c106c3aa5f10a09a1f2641321ffcfa40e8af8 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Thu, 21 Jan 2021 10:23:08 +0100 Subject: [PATCH] fix: correct mainsail url --- scripts/install_moonraker.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install_moonraker.sh b/scripts/install_moonraker.sh index f1bc8ec..32a1a15 100755 --- a/scripts/install_moonraker.sh +++ b/scripts/install_moonraker.sh @@ -232,8 +232,8 @@ trusted_clients: cors_domains: http://*.* http://*.local - http://my.mainsail.app - https://my.mainsail.app + http://my.mainsail.xyz + https://my.mainsail.xyz http://app.fluidd.xyz https://app.fluidd.xyz http://$HOSTNAME @@ -263,8 +263,8 @@ trusted_clients: cors_domains: http://*.* http://*.local - http://my.mainsail.app - https://my.mainsail.app + http://my.mainsail.xyz + https://my.mainsail.xyz http://app.fluidd.xyz https://app.fluidd.xyz http://$HOSTNAME