diff --git a/scripts/backup b/scripts/backup index 569a777..df1cfb4 100644 --- a/scripts/backup +++ b/scripts/backup @@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_clean_setup () { - true + true } # Exit if an error occurs during the execution of the script ynh_abort_if_errors diff --git a/scripts/install b/scripts/install index aa2f994..d734853 100644 --- a/scripts/install +++ b/scripts/install @@ -18,7 +18,6 @@ source /usr/share/yunohost/helpers #================================================= ynh_clean_setup () { - read -p "key" true } # Exit if an error occurs during the execution of the script