From f7682167682e699d6c277f1584dda6daa5b1127c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 25 Feb 2019 19:46:18 +0100 Subject: [PATCH] Add wait during installation --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a6c7169..eb42ca1 100644 --- a/scripts/install +++ b/scripts/install @@ -15,6 +15,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..." true } # Exit if an error occurs during the execution of the script