diff --git a/README.md b/README.md index 8f7bad3..d80c0c4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Haste is an open-source pastebin software written in node.js, which is easily in ## Documentation * Official documentation: https://hastebin.com/about.md - * YunoHost documentation: If specific documentation is needed, feel free to contribute. + * YunoHost documentation: https://yunohost.org/en/app_haste ## YunoHost specific features diff --git a/README_fr.md b/README_fr.md index 96398ad..bbdfd91 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Haste est un logiciel pastebin open-source écrit en node.js, facilement install ## Documentation * Documentation officielle: https://hastebin.com/about.md - * Documentation YunoHost: Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. + * Documentation YunoHost: https://yunohost.org/fr/app_haste ## Caractéristiques spécifiques YunoHost diff --git a/manifest.json b/manifest.json index 3dc1c02..2883421 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open-source pastebin allowing to upload texts", "fr": "Pastebin open-source permettant de mettre en ligne du texte" }, - "version": "0.1.0~ynh5", + "version": "0.1.0~ynh6", "url": "https://github.com/seejohnrun/haste-server", "license": "MIT", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index 3e1450b..afddbcd 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -31,15 +31,6 @@ upgrade_type=$(ynh_check_app_version_changed) #================================================= ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 -# Fix is_public as a boolean value -if [ "$is_public" = "Yes" ]; then - ynh_app_setting_set --app=$app --key=is_public --value=1 - is_public=1 -elif [ "$is_public" = "No" ]; then - ynh_app_setting_set --app=$app --key=is_public --value=0 - is_public=0 -fi - # If final_path doesn't exist, create it if [ -z "$final_path" ]; then final_path=/var/www/$app