From 799e6381f6d19aef496efe0bc0326a55c3cc2d08 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:19:58 +0200 Subject: [PATCH] Add post-setup message for Forgejo Runner Added a message to inform users about checking the Forgejo instance after setup. --- ct/forgejo-runner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/forgejo-runner.sh b/ct/forgejo-runner.sh index 218b9733e..7c7c1774f 100644 --- a/ct/forgejo-runner.sh +++ b/ct/forgejo-runner.sh @@ -76,3 +76,4 @@ description msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +echo -e "${INFO}${YW} After first boot, check your Forgejo Instance for the new Runner.${CL}"