]>
git.proxmox.com Git - pve-access-control.git/blob - debian/postinst
11 # TODO: remove once PVE 7.0 is released
12 if dpkg
--compare-versions "$2" 'lt' '6.0-0+1'; then
13 if test ! -e /etc
/pve
/authkey.pub.old
; then
14 # reset key age to prevent immediate invalidation of all current tickets
15 touch -d "-2 hours" /etc
/pve
/authkey.pub || true