1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-11-13 18:18:18 +01:00
parent dec102dc8e
commit fdef620e07

View file

@ -25,10 +25,12 @@ ynh_change_url_nginx_config
#=================================================
ynh_script_progression --message="Updating a configuration file..." --weight=1
domain=$new_domain
path=$new_path
ynh_add_config --template="config.local.php" --destination="$install_dir/config.local.php"
chmod 650 "$install_dir/config.local.php"
chown $app:$app "$install_dir/config.local.php"
#chmod 650 "$install_dir/config.local.php"
#chown $app:$app "$install_dir/config.local.php"
#=================================================
# END OF SCRIPT