From 52d838297a5826dec2bc287823df32e02459ccda Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 22 Aug 2024 09:08:35 -0700 Subject: [PATCH] modify sync --- sync-from-upstream | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sync-from-upstream b/sync-from-upstream index a931042..cc5b885 100755 --- a/sync-from-upstream +++ b/sync-from-upstream @@ -11,6 +11,9 @@ fi echo "Copying prepopulate" /bin/cp /var/tmp/c10s/prepopulate.json . +echo "Copying variants" +/bin/cp /var/tmp/c10s/variants.xml . + echo "Changing to rocky where required in prepopulate" while read -r pattern; do sscript+="$pattern;"