1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-04-27 18:16:43 +02:00
parent f576c14c4b
commit 2946879ebd

View file

@ -21,7 +21,7 @@ ynh_change_url_nginx_config
#=================================================
ynh_script_progression --message="Updating HUMHUB configuration..." --weight=1
pushd $final_path/protected
pushd $install_dir/protected
php$phpversion yii settings/set base baseUrl http://$new_domain$new_path
popd