1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2020-12-07 17:47:38 +01:00
parent d2e25e7810
commit caee3b7a41
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 1 additions and 10 deletions

View file

@ -14,9 +14,6 @@
upgrade=1
backup_restore=1
multi_instance=1
incorrect_path=1
port_already_use=0
change_url=1
;;; Levels
Level 5=auto

View file

@ -6,7 +6,7 @@
"en": "2048 game clone",
"fr": "Clone du jeu 2048"
},
"version": "1.0~ynh3",
"version": "1.0~ynh4",
"url": "https://github.com/hgentry/81/",
"license": "MIT",
"maintainer": {

View file

@ -60,12 +60,6 @@ ynh_clean_setup () {
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#=================================================
# CHECK THE PATH
#=================================================
path_url=$(ynh_normalize_url_path --path_url=$path_url)
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================