Updated kms.in (update only relevant parts of the git tree).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 9 Sep 2024 10:19:26 +0000 (12:19 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 9 Sep 2024 10:19:26 +0000 (12:19 +0200)
sources/kms.in/c3d/firstboot/scripts/03_getupdkms.sh

index cc4c88c2b6b89462b36f43196f3d59d4553ead0e..260af368f5350b022d710d031cff7f583a6c4500 100755 (executable)
@@ -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)/' \