From cf6363494f243dc5789413eeec1aca27fa0b774f Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 4 Sep 2020 10:11:33 +0200 Subject: [PATCH] make sure to set proper domain --- nextcloud-startup-script.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 8a130f48..3ebc0dda 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -526,8 +526,7 @@ apt autoremove -y apt autoclean # Set trusted domain in config.php -bash $SCRIPTS/trusted.sh -rm -f $SCRIPTS/trusted.sh +run_script NETWORK trusted # Success! msg_box "The installation process is *almost* done.