Update Install.sh

This commit is contained in:
jeanGaston 2024-05-04 17:13:32 +02:00
parent b0550ee08a
commit a4d394481b

View File

@ -13,9 +13,7 @@ read db_file
db_file=${db_file:-data.db} db_file=${db_file:-data.db}
echo -e "DB_FILE = '$db_file'" >> Program/env.py 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 : " echo -n "Enter smtp server address : "
read smtp read smtp