Browse Source

change server name in notify

pull/175/head
Mickaël Martin 7 years ago
committed by GitHub
parent
commit
b7e16f8139
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      scripts/install

5
scripts/install

@ -205,6 +205,11 @@ exec_occ config:system:get logout_url >/dev/null 2>&1 \
//-YunoHost-
" >> "${final_path}/config/config.php"
#=================================================
# CHANGE HOSTNAME FOR ACTIVITY NOTIFICATIONS
#=================================================
ynh_replace_string "'overwrite.cli.url' => 'http://localhost'," "'overwrite.cli.url' => 'https://${domain}'," "${final_path}/config/config.php"
#=================================================
# REMOVE THE TEMPORARY ADMIN AND SET THE TRUE ONE
#=================================================

Loading…
Cancel
Save