From 158c19ac6f566671e7e0581b92c816417e710d5d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 24 Apr 2019 00:20:56 +0200 Subject: [PATCH] remove read -p --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index c30abeba..511df465 100644 --- a/scripts/install +++ b/scripts/install @@ -13,10 +13,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - ### Remove this function if there's nothing to clean before calling the remove script. - read -p "key" -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors