Update UI Linux workflow to remove DISABLE_DEFAULT_SERVER setting

This commit is contained in:
Théophile Diot 2024-04-22 07:35:46 +02:00
parent ab0cab7335
commit bc0914c0b2
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -88,7 +88,6 @@ jobs:
echo "USE_BUNKERNET=no" | sudo tee -a /etc/bunkerweb/variables.env
echo "USE_BLACKLIST=no" | sudo tee -a /etc/bunkerweb/variables.env
echo "SEND_ANONYMOUS_REPORT=no" | sudo tee -a /etc/bunkerweb/variables.env
echo "DISABLE_DEFAULT_SERVER=yes" | sudo tee -a /etc/bunkerweb/variables.env
echo "USE_CLIENT_CACHE=yes" | sudo tee -a /etc/bunkerweb/variables.env
echo "USE_GZIP=yes" | sudo tee -a /etc/bunkerweb/variables.env
echo "DATASTORE_MEMORY_SIZE=384m" | sudo tee -a /etc/bunkerweb/variables.env