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

Correction

This commit is contained in:
Limezy 2022-03-25 23:31:33 +07:00
parent cdee61b275
commit f0dc4addf0
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=4
# Create a dedicated NGINX config
ynh_add_nginx_config
local consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
#=================================================

View file

@ -98,7 +98,7 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
# Create a dedicated NGINX config
ynh_add_nginx_config
local consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
# #=================================================