From 5f16eb9c57ab8c25a758e41aeff483b8500f8450 Mon Sep 17 00:00:00 2001 From: abbing Date: Mon, 14 Oct 2024 16:46:41 +0200 Subject: [PATCH] 0.0.6 [WIP] some fixes --- docker/scripts/unsetEmptyVars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/unsetEmptyVars.sh b/docker/scripts/unsetEmptyVars.sh index b4407c3..309f518 100644 --- a/docker/scripts/unsetEmptyVars.sh +++ b/docker/scripts/unsetEmptyVars.sh @@ -24,4 +24,4 @@ while IFS= read -r line; do fi fi done < "$ENV_FILE" -echo env \ No newline at end of file +printenv \ No newline at end of file