Skip to content

Commit

Permalink
Properly right location preference
Browse files Browse the repository at this point in the history
  • Loading branch information
clburlison committed Mar 15, 2016
1 parent c68e434 commit a25d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/location/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit a25d30b

Please sign in to comment.