Fix working directory and plugins (#4838)

This commit is contained in:
Slaviša Arežina 2025-05-30 08:02:57 +02:00 committed by GitHub
parent 2dd7ebda2c
commit 42a7614d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ fi
msg_info "Enabling and starting Traefik service" msg_info "Enabling and starting Traefik service"
$STD rc-update add traefik default $STD rc-update add traefik default
sed -i '/^command=.*/i directory="/etc/traefik"' /etc/init.d/traefik
$STD rc-service traefik start $STD rc-service traefik start
msg_ok "Traefik service started" msg_ok "Traefik service started"