diff --git a/manifest.json b/manifest.json index 34276e2..98e720a 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/scripts/backup b/scripts/backup index 0ddde2a..81edd20 100644 --- a/scripts/backup +++ b/scripts/backup @@ -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)." diff --git a/scripts/upgrade b/scripts/upgrade index 13d7295..d95dc5e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================