aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-19 22:47:40 +0100
committeryalh76 <yalh@yahoo.com>2019-03-19 22:47:40 +0100
commit0201b2ac101f557be279120898f0072fbc284e78 (patch)
tree3aa6df9e809a1b0c402fce9354407de9349ea1df /scripts
parent8bcf44150e7ea5a65efe536179895e95dc863217 (diff)
downloadmastodon_ynh-0201b2ac101f557be279120898f0072fbc284e78.tar.gz
mastodon_ynh-0201b2ac101f557be279120898f0072fbc284e78.tar.bz2
mastodon_ynh-0201b2ac101f557be279120898f0072fbc284e78.zip
Update install
Diffstat (limited to 'scripts')
-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