mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
remove useless arg to nging_add_conf
This commit is contained in:
parent
3cfab07aba
commit
44785cb110
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
|
||||||
# Might not be required
|
#FIXME: Might not be required
|
||||||
path="/"
|
path="/"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -30,7 +30,7 @@ unpack_source
|
||||||
ynh_script_progression --message="Configuring NGINX web server..." --weight=1
|
ynh_script_progression --message="Configuring NGINX web server..." --weight=1
|
||||||
|
|
||||||
# Create a dedicated NGINX config
|
# Create a dedicated NGINX config
|
||||||
ynh_add_nginx_config backend_port
|
ynh_add_nginx_config
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC SETUP
|
# SPECIFIC SETUP
|
||||||
|
|
Loading…
Add table
Reference in a new issue