From cde29fb6f4d495448de9371a0aeb5978cbcfba64 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 2 Sep 2024 08:31:11 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=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/zz-act_runner.sh --- rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh index a8e2e12..2c313d3 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh @@ -59,7 +59,6 @@ printf '%s\n' "# - - - Initializing $SERVICE_NAME - - - #" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Custom functions __gen_auth_token() { - set -x local user conf_file auth_token token_dir gitea_bin exitCode exitCode=1 user="${GITEA_USER:-git}" @@ -79,7 +78,6 @@ __gen_auth_token() { echo "$auth_token" echo "$auth_token" >"$CONF_DIR/tokens/system" fi - set +x return $exitCode } # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -