#!/bin/bash
set -e
if !(psql -qt -d odontolinux -c "SELECT * FROM pg_shadow where usename = 'odontolinux';")
then
	echo "Ce sta"
else
	echo "un ce sta"
fi
