From 9749ea5afa46b1a390f2cd09162c695417c2863d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 27 Mar 2019 21:21:46 +0100 Subject: [PATCH] remove ynh_clean_setup --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index e68ac0a..4814306 100644 --- a/scripts/install +++ b/scripts/install @@ -15,11 +15,6 @@ source ynh_add_secure_repos__2 # MANAGE SCRIPT FAILURE #================================================= -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 ynh_abort_if_errors