From f7282aee6b2ae36b7cfc2331e33e49a818b914fd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Mar 2019 11:14:52 +0100 Subject: [PATCH] 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 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.39.2