From a25d30b16e7661ebd0b00119198a86c256bc5639 Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Tue, 15 Mar 2016 15:13:52 -0500 Subject: [PATCH] Properly right location preference --- app/modules/location/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/location/scripts/install.sh b/app/modules/location/scripts/install.sh index 68d338dfc..014e50e68 100755 --- a/app/modules/location/scripts/install.sh +++ b/app/modules/location/scripts/install.sh @@ -18,7 +18,7 @@ if [ $? = 0 ]; then chmod a+x "${MUNKIPATH}preflight.d/${MODULESCRIPT}" # Set preference to include this file in the preflight check - setreportpref $MODULE_NAME "${PREF_FILE}" + setreportpref "${MODULE_NAME}" "${LOCATION_PREF}" else echo "Failed to download all required components!"