From 3b46c3b939889837e03b4c5ee4cb14f122363f9f Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 1 Dec 2025 21:47:25 +0900 Subject: [PATCH] Sunk cost fallacy --- build_files/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/cleanup.sh b/build_files/cleanup.sh index e1bb758..a4f4304 100755 --- a/build_files/cleanup.sh +++ b/build_files/cleanup.sh @@ -22,7 +22,7 @@ if [ -f /etc/passwd ]; then if [[ ! -z "$out" ]]; then echo echo Appending the following passwd users to /usr/lib/passwd - echo "$out" + echo "--here--${out}--here--" echo "$out" >>/usr/lib/passwd fi fi