1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opennote_ynh.git synced 2024-09-03 19:46:28 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2022-06-05 16:09:49 +02:00 committed by GitHub
commit dbd854ac8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View file

@ -25,6 +25,10 @@ Web based text editor/note taking software
![](./doc/screenshots/screenshot.png) ![](./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 ## Documentation and resources
* Official app website: https://foxusa.github.io/OpenNote/OpenNote/ * Official app website: https://foxusa.github.io/OpenNote/OpenNote/

View file

@ -21,6 +21,10 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
![](./doc/screenshots/screenshot.png) ![](./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 ## Documentations et ressources
* Site officiel de l'app : https://foxusa.github.io/OpenNote/OpenNote/ * Site officiel de l'app : https://foxusa.github.io/OpenNote/OpenNote/

View file

@ -0,0 +1 @@
This app works with the browser's local storage, so users won't find the notes if they switch their browser.

View file

@ -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_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 \ test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path " || ynh_die --message="There is already a directory: $final_path "