Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
if [ "$1" = "configure" ]; then
deb-systemd-invoke stop xroad-confclient
deb-systemd-invoke disable xroad-confclient
# remove the backup marker so backup restore would not try to start confclient
rm -f /etc/xroad/backup.d/??_xroad-confclient

if dpkg --compare-versions "$2" lt-nl "7.4.0"; then
# see xroad-center.postinst migrate_internal_crt
Expand Down
Loading