From ef27d4a1978870e5826170e1dabcfb51a9daa3b2 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Wed, 16 Oct 2024 08:23:33 +0000 Subject: [PATCH] =?UTF-8?q?=E3=81=99=E3=81=B9=E3=81=A6=E3=81=AE=E3=82=B5?= =?UTF-8?q?=E3=83=BC=E3=83=93=E3=82=B9=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- running-forever/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/running-forever/start.sh b/running-forever/start.sh index e1767bd..23a4633 100644 --- a/running-forever/start.sh +++ b/running-forever/start.sh @@ -1,6 +1,6 @@ #!/bin/bash -services=( traefik taiko-web litey stats ) +services=( traefik taiko-web litey stats taiko-web-redirect catmario eaglercraft space-cadet-pinball ) args=("${@:-"${services[@]}"}")