X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=debian%2Fpostinst;h=62dbfbc09d58b28a00cacefb0eedcb97dae4b7bd;hp=3dfc19c89959811a9903b6e534781bcd0490c973;hb=f7282aee6b2ae36b7cfc2331e33e49a818b914fd;hpb=3a98190257c50c2c829ab5049c441dc7ff3f0ef6 diff --git a/debian/postinst b/debian/postinst index 3dfc19c..62dbfbc 100755 --- a/debian/postinst +++ b/debian/postinst @@ -13,7 +13,7 @@ case "$1" in # if dpkg --compare-versions "$2" 'lt' '6.0-1'; then # if test ! -e /etc/pve/authkey.pub.old; then # # reset key age to prevent immediate invalidation of all current tickets -# touch -d "-2h" /etc/pve/authkey.pub 2>/dev/null || true +# touch -d "-2 hours" /etc/pve/authkey.pub || true # fi # fi #