1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Cleaning up

This commit is contained in:
ericgaspar 2021-03-15 10:17:52 +01:00
parent 35b7f7672e
commit 5089f39238
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 3 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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": {

View file

@ -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