mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: ensure UI is stopped before starting in bunkerweb-ui script
This commit is contained in:
parent
ac2c5de1da
commit
774c1a697e
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ fi
|
|||
|
||||
# Function to start the UI
|
||||
start() {
|
||||
stop
|
||||
|
||||
echo "Starting UI"
|
||||
# shellcheck disable=SC2046
|
||||
export $(cat /etc/bunkerweb/ui.env)
|
||||
|
|
|
|||
Loading…
Reference in a new issue