#!/bin/bash
set -e
/usr/libexec/s2i/adduser
cat /etc/passwd
grep "mytestuser" /etc/passwd