File: database.sh.in

package info (click to toggle)
oar 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,700 kB
  • sloc: perl: 34,517; sh: 6,041; ruby: 5,840; sql: 3,390; cpp: 2,277; makefile: 402; php: 365; ansic: 335; python: 275; exp: 23
file content (6 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6

database_setup() {
    if ! oar-database --check >/dev/null 2>/dev/null; then
        echo "Currently, the oar database isn't setup automatically. Please install the database manually (using the ${SBINDIR}/oar-database script)."
    fi
}