mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-17 04:39:45 +00:00
Fix working directory and plugins (#4838)
This commit is contained in:
parent
2dd7ebda2c
commit
42a7614d15
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ fi
|
|||
|
||||
msg_info "Enabling and starting Traefik service"
|
||||
$STD rc-update add traefik default
|
||||
sed -i '/^command=.*/i directory="/etc/traefik"' /etc/init.d/traefik
|
||||
$STD rc-service traefik start
|
||||
msg_ok "Traefik service started"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue