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

Update change_url: zgrmblpfhonmgf

This commit is contained in:
Alexandre Aubin 2024-05-09 16:34:08 +02:00 committed by GitHub
parent 17aa532b66
commit e16a41b7dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,7 @@ then
path_url="$new_path" path_url="$new_path"
# Update custom error file path if needed # Update custom error file path if needed
if [ $custom_error_file ] if [ $custom_error_file -eq 1 ]
ynh_print_info --message="Change the custom error config file"
then then
ynh_add_config --template="nginx-code-error.conf" --destination="$nginx_extra_conf_dir/error-code.conf" ynh_add_config --template="nginx-code-error.conf" --destination="$nginx_extra_conf_dir/error-code.conf"
fi fi