From c276dd2c3a7e09e16b722ec645bf80c946f36465 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 19 Mar 2017 21:58:21 +0100 Subject: [PATCH] correct opsi ini typo --- builder-product.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index ee0b2e3..d0add38 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -34,7 +34,7 @@ OPSI_INI_SECTION[0]="X86" OPSI_INI_OPTION[0]="MsiId32" OPSI_INI_VALUE[0]="{4E352A24-AE3C-482F-9409-3E1C2B7ABED8}" -OPSI_INI_SECTION[0]="X86_64" -OPSI_INI_OPTION[0]="MsiId64" -OPSI_INI_VALUE[0]="{65C756CE-CF9B-45E8-967E-E1A0D4B7902C}" +OPSI_INI_SECTION[1]="X86_64" +OPSI_INI_OPTION[1]="MsiId64" +OPSI_INI_VALUE[1]="{65C756CE-CF9B-45E8-967E-E1A0D4B7902C}"