Simple example: removed debugging output.

pull/7/head
Ferry Boender 9 years ago
parent ea41727fe9
commit 2e4d040528
  1. 4
      examples/simple/job_add_user.sh

@ -7,10 +7,6 @@ err() {
exit 1
}
echo $username
echo $password1
echo $password2
if [ -z "$password1" ]; then
err "Empty password specified"
fi

Loading…
Cancel
Save