fault/fm-rest-api/debian/deb_folder/postinst

9 lines
92 B
Bash

#!/bin/sh
set -e
chown fm:fm /etc/fm/fm.conf
chown fm:fm /etc/fm/policy.yaml
#DEBHELPER#