From b845a2a2e8616d34fad64fde7dec0482a78d7519 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 1 Jun 2019 18:11:07 +0200 Subject: [PATCH] remove read -p --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9d098860..16043ff4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,7 +77,6 @@ ynh_print_info --message="Backing up the app before upgrading (may take a while) # Backup the current version of the app ynh_backup_before_upgrade ynh_clean_setup () { - read -p "key" # restore it if the upgrade fails ynh_restore_upgradebackup }