diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-19 22:47:40 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-19 22:47:40 +0100 |
| commit | 0201b2ac101f557be279120898f0072fbc284e78 (patch) | |
| tree | 3aa6df9e809a1b0c402fce9354407de9349ea1df /scripts | |
| parent | 8bcf44150e7ea5a65efe536179895e95dc863217 (diff) | |
| download | mastodon_ynh-0201b2ac101f557be279120898f0072fbc284e78.tar.gz mastodon_ynh-0201b2ac101f557be279120898f0072fbc284e78.tar.bz2 mastodon_ynh-0201b2ac101f557be279120898f0072fbc284e78.zip | |
Update install
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 5 |
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 |
