mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
ynh_clean_check_starting if error during restore
This commit is contained in:
parent
94214a1ee7
commit
fc8280b104
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
ynh_clean_setup () {
|
ynh_clean_setup () {
|
||||||
ynh_exec_warn_less ynh_secure_remove --file="$tempdir"
|
ynh_exec_warn_less ynh_secure_remove --file="$tempdir"
|
||||||
|
|
||||||
|
ynh_clean_check_starting
|
||||||
}
|
}
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue