Add pause before installation failed

This commit is contained in:
yalh76 2019-02-11 11:16:45 +01:00
parent 5f22ab4da2
commit 33e12a0768

View File

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