Files
configng/tests/postgres.conf
2025-04-28 23:47:43 +02:00

11 lines
239 B
Plaintext

ENABLED=true
RELEASE="noble"
TESTNAME="PostgreSQL install"
testcase() {(
set -e
./bin/armbian-config --api module_postgres remove
./bin/armbian-config --api module_postgres install
./bin/armbian-config --api module_postgres status
)}