aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/install5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install
index 026737e..5a9aece 100644
--- a/scripts/install
+++ b/scripts/install
@@ -14,6 +14,11 @@ source _future.sh
# 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