From 8bba8c88e88b475431dad2f6bed85a38e45f64f1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Mar 2019 22:22:50 +0100 Subject: [PATCH] add read will installing --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 9631ca6..9cecdfc 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