mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix UI defaults with Linux Integration
This commit is contained in:
parent
7a247e6430
commit
2b0540f442
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ export PYTHONPATH=/usr/share/bunkerweb/deps/python/:/usr/share/bunkerweb/ui/
|
|||
|
||||
# Create the ui.env file if it doesn't exist
|
||||
if [ ! -f /etc/bunkerweb/ui.env ]; then
|
||||
echo "ADMIN_USERNAME=admin" > /etc/bunkerweb/ui.env
|
||||
echo "ADMIN_PASSWORD=changeme" >> /etc/bunkerweb/ui.env
|
||||
echo "ADMIN_USERNAME=" > /etc/bunkerweb/ui.env
|
||||
echo "ADMIN_PASSWORD=" >> /etc/bunkerweb/ui.env
|
||||
fi
|
||||
|
||||
# Function to start the UI
|
||||
|
|
|
|||
Loading…
Reference in a new issue