Modifications : etc/postgresql/9.4/main/pg_hba.conf
[lhc/ateliers.git] / host / part-home-mount
1 #!/bin/sh -eu
2 tool=$(readlink -e "${0%/*}/..")
3 . "$tool"/host/lib.sh
4
5 "$tool"/host/part-luks-mount home
6 mountpoint -q /mnt/$local_fqdn/home ||
7 sudo mount -v -t ext4 /dev/mapper/${local_lvm_lv}_home_deciphered /mnt/$local_fqdn/home