mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-04 19:38:19 +00:00
fixup: touch date format does not understands abbreviations
this did not worked as touch did not worked with the abbreviated 'h' for 'hour' or 'hours' Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3a98190257
commit
f7282aee6b
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user