Update alpine-traefik-install.sh

This commit is contained in:
CanbiZ 2025-05-07 09:02:30 +02:00
parent 2fc8d08cec
commit 92ead4f330

View File

@ -58,8 +58,8 @@ EOF
fi
msg_info "Enabling and starting Traefik service"
rc-update add traefik default
rc-service traefik start
$STD rc-update add traefik default
$STD rc-service traefik start
msg_ok "Traefik service started"
motd_ssh