feat : repertorie bug (WIP)

This commit is contained in:
2026-03-17 15:51:45 +01:00
parent 12bbe6b1d9
commit 0ff3244c1d

View File

@@ -74,10 +74,6 @@ if ! "$SUDO_BIN" /usr/bin/systemctl --version >/dev/null 2>&1; then
fail "sudo indisponible pour systemctl"
fi
if ! "$SUDO_BIN" -u postgres /usr/bin/psql -d postgres -c "SELECT 1;" >/dev/null 2>&1; then
fail "sudo -u postgres indisponible"
fi
if [[ ! "$PGPORT" =~ ^[0-9]+$ ]]; then
fail "PGPORT invalide : $PGPORT"
fi