emxsys / callattendant

A python-based automated call attendant, call blocker, and voice messaging system running on a Raspberry Pi. Screens callers and block robocalls and scams with a low-cost Raspberry Pi and modem.
https://emxsys.github.io/callattendant/
MIT License
117 stars 36 forks source link

Change the default location of data to ` $HOME/.callattendant` #85

Closed emxsys closed 4 years ago

emxsys commented 4 years ago

Change the location of the data (callattendant.db and message .wav files) from the application distribution folder to $HOME./callattendant, aka, ~/.callattendant. This is a hidden folder of the user's home directory, most commonly: /home/pi/.callattendant

Old folder: <callattendant install folder>/callattendant/data New folder: ~/.callattendant