File: test

package info (click to toggle)
odontolinux 0.6.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,128 kB
  • ctags: 566
  • sloc: php: 4,137; sh: 262; makefile: 46
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/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