1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00
This commit is contained in:
Éric Gaspar 2024-08-31 14:57:11 +02:00
parent 6e6123cab0
commit 858726fcc1
3 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,7 @@ license = "MIT"
code = "https://github.com/jatekos101/20euros"
[integration]
yunohost = ">= 11.2.28"
yunohost = ">= 11.2.29"
helpers_version = "2.1"
architectures = "all"
multi_instance = true

View file

@ -16,7 +16,6 @@ mv $install_dir/'20 Euro.html' "$install_dir/index.html"
#=================================================
ynh_script_progression "Configuring NGINX web server..."
# Create a dedicated NGINX config
ynh_config_add_nginx
#=================================================

View file

@ -15,7 +15,6 @@ cp -a ../sources/* $install_dir
#=================================================
ynh_script_progression "Upgrading NGINX web server configuration..."
# Create a dedicated NGINX config
ynh_config_add_nginx
#=================================================