1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00

Fix package_checker warning

This commit is contained in:
ericgaspar 2020-11-17 08:46:44 +01:00
parent b788e935da
commit 5bf69c564b
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 2 additions and 15 deletions

View file

@ -18,13 +18,4 @@
port_already_use=0
change_url=1
;;; Levels
Level 1=auto
Level 2=auto
Level 3=auto
Level 4=0
Level 5=auto
Level 6=auto
Level 7=auto
Level 8=0
Level 9=0
Level 10=0

View file

@ -6,7 +6,7 @@
"en": "2048 - 20euros",
"fr": "2048 - 20euros"
},
"version": "1.0~ynh1",
"version": "1.0~ynh2",
"url": "https://github.com/jatekos101/20euros",
"license": "MIT",
"maintainer": {

View file

@ -6,14 +6,12 @@
# IMPORT GENERIC HELPERS
#=================================================
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source /usr/share/yunohost/helpers
#=================================================
# MANAGE SCRIPT FAILURE
#=================================================
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#=================================================

View file

@ -8,7 +8,6 @@
source /usr/share/yunohost/helpers
# Stop script if errors
ynh_abort_if_errors
#=================================================
@ -28,7 +27,6 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
ynh_script_progression --message="Loading installation settings..." --weight=1
# Needed for helper "ynh_add_nginx_config"
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================