PKGBUILDs/community/consul/consul.install

10 lines
257 B
Plaintext
Raw Normal View History

2018-05-24 02:06:16 +00:00
post_upgrade() {
# improved permissions since 0.9.3-1
if [ "$(vercmp "$2" "0.9.3")" -lt 0 ]; then
chown 0:208 /etc/consul.d
chmod 0750 /etc/consul.d
echo -en "----\nThe directory permissions for /etc/consul.d/ have been fixed.\n----\n"
fi
true
}