Fix sessions permissions issues with python requirements

This commit is contained in:
Théophile Diot 2023-09-22 20:37:24 +01:00
parent 47e8f20f83
commit 27959e1aa9
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -26,6 +26,7 @@ if [ "$integration" = "docker" ] ; then
fi
else
sudo systemctl stop bunkerweb
sudo pip install -r requirements.txt
echo "USE_ANTIBOT=cookie" | sudo tee -a /etc/bunkerweb/variables.env
echo "SESSIONS_SECRET=random" | sudo tee -a /etc/bunkerweb/variables.env
echo "SESSIONS_NAME=random" | sudo tee -a /etc/bunkerweb/variables.env