mirror of https://github.com/BOINC/boinc.git
Mac installer: fix typo in code to remove any previous nvc_config.xml file
This commit is contained in:
parent
6ba6e038c4
commit
a4eccce899
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue