mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
set FQDN and not conf name
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
parent
daaa114f83
commit
5808d439fa
@ -35,8 +35,8 @@ then
|
||||
fi
|
||||
|
||||
# Set the domain as trusted
|
||||
add_to_trusted_domains "$1"
|
||||
nextcloud_occ config:system:set overwrite.cli.url --value="https://$1"
|
||||
add_to_trusted_domains "$FQDOMAIN"
|
||||
nextcloud_occ config:system:set overwrite.cli.url --value="https://$FQDOMAIN"
|
||||
nextcloud_occ maintenance:update:htaccess
|
||||
|
||||
# Add crontab
|
||||
|
||||
Loading…
Reference in New Issue
Block a user