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