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!"