Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pr/1624' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Oct 21, 2020
2 parents 2d59868 + 3fe38fc commit e803eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/intelmq.postinst
Expand Up @@ -11,6 +11,9 @@ if [ "$1" = "configure" ] ; then
chmod -R g+w /var/lib/intelmq/*
chown -R intelmq:intelmq /etc/intelmq/ /var/lib/intelmq/ /var/log/intelmq/
systemd-tmpfiles --create /usr/lib/tmpfiles.d/intelmq.conf

runuser -u intelmq -- /usr/bin/intelmqctl upgrade-config
runuser -u intelmq -- /usr/bin/intelmqctl -q check --no-connections
fi

#DEBHELPER#

0 comments on commit e803eb1

Please sign in to comment.