From b7927dc76460dbc7b004c2b5638c1ac28f19832a Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 07:17:56 -0800 Subject: [PATCH] Update main/runner.sh --- main/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/runner.sh b/main/runner.sh index c1f1f1e..5038ffb 100644 --- a/main/runner.sh +++ b/main/runner.sh @@ -68,4 +68,4 @@ EOF # load the new systemd unit file sudo systemctl daemon-reload # start the service and enable it at boot -sudo systemctl enable act_runner --now +sudo systemctl enable act_runner --now \ No newline at end of file