Update Install.sh

This commit is contained in:
jeanGaston 2024-05-04 17:23:53 +02:00
parent 651e0fd9be
commit f0329d01b6

View File

@ -11,7 +11,7 @@ pip3 install bluepy --break-system-packages
echo -n "Enter database file name (default: data.db): "
read db_file
db_file=${db_file:-data.db}
echo -e "DB_FILE = '$db_file'" >> Program/env.py
echo -e "DBFILE = '$db_file'" >> Program/env.py