1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/slingcode_ynh.git synced 2024-09-03 20:25:55 +02:00

Fix Linter warnings

This commit is contained in:
ericgaspar 2020-12-11 17:52:27 +01:00
parent 7cb5e395ba
commit 9dc062a33c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 8 deletions

View file

@ -7,7 +7,7 @@
"fr": "Éditeur de code en ligne contenu dans un seul fichier HTML"
},
"url": "https://github.com/chr15m/slingcode",
"version": "0.2.2~ynh1",
"version": "0.2.2~ynh2",
"license": "MIT",
"maintainer": {
"name": "eric_G",

View file

@ -45,4 +45,4 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Backup script completed for $app. (YunoHost will then actually copy those files to the archive)." --last
ynh_print_info --message="Backup script completed for $app. (YunoHost will then actually copy those files to the archive)."

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
#=================================================