mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix sessions permissions issues with python requirements
This commit is contained in:
parent
47e8f20f83
commit
27959e1aa9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue