You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
container-overlay/profiles/templates/homeassistant/postgresql/0-get_ver

6 lines
128 B

# Calculate run=/bin/bash
ver=$(ls -d /var/db/pkg/dev-db/postgresql-*)
ver=${ver#*postgresql-}
echo ${ver%%.*} > /tmp/pgsqlver