https://bugs.koozali.org/show_bug.cgi?id=12308
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
occ config:system:get overwrite.cli.url
show me something without backslashes
so you might just want this change
my $cliurl=$nextcloud->prop('cliurl') ||'enabled';
if ( ($cliurl eq 'enabled') || ( $nextcloud->prop('OverwriteCliUrl') ne '') )
{
my $url= ($VirtualHost eq "")? "$domain/nextcloud" : $VirtualHost;
$url= ($nextcloud->prop('OverwriteCliUrl'))?
$nextcloud->prop('OverwriteCliUrl') : $url;
OCC "config:system:set overwrite.cli.url --value 'https://$url'"
}
just curious why $VirtualHost which would be the decicated domain of the
nextcloud instance would not do
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/