From 58a3cc3c9007bfde458cd3d9073009dbcbdd3183 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 8 Jul 2026 20:36:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Update=20codebase=20?= =?UTF-8?q?=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/00-go.sh --- rootfs/usr/local/etc/docker/init.d/00-go.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 rootfs/usr/local/etc/docker/init.d/00-go.sh diff --git a/rootfs/usr/local/etc/docker/init.d/00-go.sh b/rootfs/usr/local/etc/docker/init.d/00-go.sh deleted file mode 100755 index 8fba17f..0000000 --- a/rootfs/usr/local/etc/docker/init.d/00-go.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash -# shellcheck shell=bash -# - - - - - - - - - - - - - - - - - - - - - - - - - -##@Version : 202506192219-git -# @@Author : Jason Hempstead -# @@Contact : jason@casjaysdev.pro -# @@License : WTFPL -# @@ReadME : 00-go.sh --help -# @@Copyright : Copyright: (c) 2026 Jason Hempstead, Casjays Developments -# @@Created : Friday, May 29, 2026 22:22 EDT -# @@File : 00-go.sh -# @@Description : Go toolchain — placeholder init (no daemon) -# - - - - - - - - - - - - - - - - - - - - - - - - - -# This file must exist. __start_init_scripts spawns an infinite keep-alive loop -# when init_count == 0 (no scripts in init.d/). Go is not a daemon — we just -# need one script so init_count >= 1. SERVICE_USES_PID is set in the env file -# (go.sh) which the parent shell reads; exports here are subshell-isolated and -# would not propagate back to the entrypoint anyway.