mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Mistake
This commit is contained in:
parent
f0dc4addf0
commit
87142b0953
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=4
|
|||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
|
||||
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
|
||||
ynh_add_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
|
||||
|
||||
#=================================================
|
||||
# CREATE DATA DIRECTORY
|
||||
|
|
|
@ -99,7 +99,7 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
|
|||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
|
||||
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
|
||||
ynh_add_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
|
||||
|
||||
# #=================================================
|
||||
# # ADD A CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue