mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Variable not declared
This commit is contained in:
parent
beb6c7e399
commit
efc260135c
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ ynh_app_config_apply() {
|
|||
if [ "${changed[custom_error_file]}" == "true" ]
|
||||
then
|
||||
CUSTOM_ERROR_FILE=$custom_error_file
|
||||
nginx_extra_conf_dir="/etc/nginx/conf.d/$domain.d/$app.d"
|
||||
ynh_add_config --template="nginx-code-error.conf" --destination="$nginx_extra_conf_dir/error-code.conf"
|
||||
else
|
||||
# TODO
|
||||
|
|
Loading…
Add table
Reference in a new issue