mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
add log task to readme
This commit is contained in:
parent
0f51c6d727
commit
7bfc4118f9
2 changed files with 1 additions and 2 deletions
|
@ -15,6 +15,7 @@ Kresus is an open-source libre self-hosted personal finance manager. It allows y
|
||||||
|
|
||||||
* to be added:
|
* to be added:
|
||||||
* [ ] Email support
|
* [ ] Email support
|
||||||
|
* [ ] Improve log file and add logrotate
|
||||||
* [ ] Add user who will access the app (by default every one has access to the installed app)
|
* [ ] Add user who will access the app (by default every one has access to the installed app)
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
|
@ -16,8 +16,6 @@ source /usr/share/yunohost/helpers
|
||||||
# Exit if an error occurs during the execution of the script
|
# Exit if an error occurs during the execution of the script
|
||||||
ynh_abort_if_errors
|
ynh_abort_if_errors
|
||||||
|
|
||||||
# TODO: handle "/home/ynh$app" to final_path migration
|
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
domain=$(ynh_app_setting_get $app domain)
|
domain=$(ynh_app_setting_get $app domain)
|
||||||
|
|
Loading…
Add table
Reference in a new issue