From: Zoltán Felleg Date: Mon, 9 Sep 2024 10:19:26 +0000 (+0200) Subject: Updated kms.in (update only relevant parts of the git tree). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=b12605a3e41c5c7103fb72926296b21ef014330b;p=user-lxc.git Updated kms.in (update only relevant parts of the git tree). --- 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)/' \