From 68bc88e86c65dfae10065fdb9a72657391d6af27 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 12 Feb 2019 09:48:10 +0100 Subject: [PATCH] add read -p "Press any key..." --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index e2fe306..b68ac2a 100755 --- a/scripts/install +++ b/scripts/install @@ -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