1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update change_url: add tmp debug ...

This commit is contained in:
Alexandre Aubin 2024-01-07 17:27:45 +01:00 committed by GitHub
parent 9acbbe212b
commit 5116bde160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,3 +62,10 @@ ynh_permission_url --permission="api" --url="re:$new_domain\/.well-known\/.*" --
#================================================= #=================================================
ynh_script_progression --message="Change of URL completed for $app" --last ynh_script_progression --message="Change of URL completed for $app" --last
# Tmp debug for the stupid trusted domain issue x_x
ynh_print_info $(cat /var/www/nextcloud/config/config.php)
systemctl restart php${phpversion}-fpm
sleep 5