mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[fix] Upgrade the bad overwrite.cli.url with path
This commit is contained in:
parent
8efdae9217
commit
ac91d3a676
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ EOF
|
|||
# CHANGE HOSTNAME FOR ACTIVITY NOTIFICATIONS
|
||||
#=================================================
|
||||
|
||||
exec_occ config:system:set overwrite.cli.url --value="https://${domain}"
|
||||
exec_occ config:system:set overwrite.cli.url --value="https://${domain}${path}"
|
||||
|
||||
#=================================================
|
||||
# MOUNT HOME FOLDERS AS EXTERNAL STORAGE
|
||||
|
|
Loading…
Add table
Reference in a new issue