From ea5ec61e0a77564fd350b23ebd11cb9bd705e817 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 14 Feb 2020 11:06:47 +0300 Subject: [PATCH] install_easy: preserve settings notice --- install_easy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_easy.sh b/install_easy.sh index 5965fda..2f8d87d 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -353,7 +353,7 @@ check_location() echo installer found existing $ZAPRET_BASE echo directory needs to be replaced. config and custom scripts can be kept or replaced with clean version if ask_yes_no N "do you want to delete all files there and copy this version"; then - ask_yes_no Y "keep config and custom scripts" && keep=Y + ask_yes_no Y "keep config, custom scripts and user lists" && keep=Y [ "$keep" = "Y" ] && backup_restore_settings 1 rm -r "$ZAPRET_BASE" else