1
0
Fork 0
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:
Kay0u 2019-05-23 09:01:14 +02:00
parent 94214a1ee7
commit fc8280b104
No known key found for this signature in database
GPG key ID: ABC3F52576D011D3

View file

@ -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