From b12605a3e41c5c7103fb72926296b21ef014330b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 9 Sep 2024 12:19:26 +0200 Subject: [PATCH] Updated kms.in (update only relevant parts of the git tree). --- sources/kms.in/c3d/firstboot/scripts/03_getupdkms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/kms.in/c3d/firstboot/scripts/03_getupdkms.sh b/sources/kms.in/c3d/firstboot/scripts/03_getupdkms.sh index cc4c88c..260af36 100755 --- a/sources/kms.in/c3d/firstboot/scripts/03_getupdkms.sh +++ b/sources/kms.in/c3d/firstboot/scripts/03_getupdkms.sh @@ -12,7 +12,7 @@ then mv py-kms py-kms.$TIMESTAMP fi git clone https://github.com/Py-KMS-Organization/py-kms.git -find py-kms -type f -print0 \ +find py-kms/py-kms -type f -print0 \ | xargs -0 sed --in-place \ --expression='s/ *$//' \ --expression='s/datetime.datetime.utcnow()/datetime.datetime.now(datetime.UTC)/' \ -- 2.54.0