From c9de13754e2231e1ca7d26bea96b40763b1a221c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 29 Apr 2019 05:16:42 +0200 Subject: [PATCH] remove read -p --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index cb1b00d..2513228 100644 --- a/scripts/install +++ b/scripts/install @@ -16,10 +16,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - read -p "key" - true -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors