1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

ynh_clean_check_starting since we monitor the logs

Co-authored-by: Eric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
tituspijean 2020-11-08 18:29:39 +01:00
parent 0f07898dbb
commit 50a26572ee
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers
ynh_clean_setup () {
### Remove this function if there's nothing to clean before calling the remove script.
true
ynh_clean_check_starting
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors

View file

@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
ynh_clean_setup () {
#### Remove this function if there's nothing to clean before calling the remove script.
true
ynh_clean_check_starting
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors