This commit is contained in:
Gogs
2020-05-10 19:01:35 +04:00
parent a4a68833a1
commit a80bd7ba4f
2 changed files with 3 additions and 7 deletions

View File

@@ -7,12 +7,6 @@ if [ ! -f "config.py" ]; then
cp samples/config_sample.py config.py
fi
DIR="app/static/WAV"
if [ ! -d "$DIR" ]; then
echo " Создаем папку настроек для звуковых записей.."
mkdir $DIR
fi
echo " Загружаем настройки в память..."
#Создаем папку для программы, если её не было
DIR="/dev/shm/"$(python3 Scripts.py --getconfig SHMNAME) #"/dev/shm/phonecalls"