fix: ensure UI is stopped before starting in bunkerweb-ui script

This commit is contained in:
Théophile Diot 2024-11-20 10:59:37 +01:00
parent ac2c5de1da
commit 774c1a697e
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -11,6 +11,8 @@ fi
# Function to start the UI
start() {
stop
echo "Starting UI"
# shellcheck disable=SC2046
export $(cat /etc/bunkerweb/ui.env)