From a4d394481b34a75c9a9e02b5d8d3643166f57dc2 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Sat, 4 May 2024 17:13:32 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Install.sh b/Install.sh index 6ddfd1b..9a7b15a 100644 --- a/Install.sh +++ b/Install.sh @@ -13,9 +13,7 @@ read db_file db_file=${db_file:-data.db} echo -e "DB_FILE = '$db_file'" >> Program/env.py -echo -n "Enter database file name (default: data.db): " -read db_file -db_file=${db_file:-data.db} + echo -n "Enter smtp server address : " read smtp