diff --git a/README.md b/README.md index 6816f34..fafbd16 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Web based text editor/note taking software ![](./doc/screenshots/screenshot.png) +## Disclaimers / important information + +This app works with the browser's local storage, so users won't find the notes if they switch their browser. + ## Documentation and resources * Official app website: https://foxusa.github.io/OpenNote/OpenNote/ diff --git a/README_fr.md b/README_fr.md index 6596d99..cd6d630 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,6 +21,10 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ![](./doc/screenshots/screenshot.png) +## Avertissements / informations importantes + +This app works with the browser's local storage, so users won't find the notes if they switch their browser. + ## Documentations et ressources * Site officiel de l'appĀ : https://foxusa.github.io/OpenNote/OpenNote/ diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e69de29..3fe871b 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -0,0 +1 @@ +This app works with the browser's local storage, so users won't find the notes if they switch their browser. diff --git a/scripts/restore b/scripts/restore index 0805ad6..4a55fc8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -33,8 +33,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "