Sunk cost fallacy
Some checks failed
Build container image / Build and push image (push) Failing after 3m26s

This commit is contained in:
2025-12-01 21:47:25 +09:00
parent 705e83eafb
commit 3b46c3b939

View File

@@ -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