From a4eccce8993804a92fda20697c6b86c3fb16e6df Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 26 Jul 2018 19:46:56 -0700 Subject: [PATCH] Mac installer: fix typo in code to remove any previous nvc_config.xml file --- mac_installer/preinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac_installer/preinstall b/mac_installer/preinstall index 1481051e92..68aa1c637b 100755 --- a/mac_installer/preinstall +++ b/mac_installer/preinstall @@ -19,6 +19,6 @@ rm -fR "/Library/Screen Savers/BOINCSaver.saver" rm -fR "/Library/Application Support/BOINC Data/locale/" # Remove any previous nvc_config.xml file -rm -f "/Library/Application Support/BOINC Data/old_nvc_config.xml" +rm -f "/Library/Application Support/BOINC Data/nvc_config.xml" exit 0