File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
_docs/sysadmin/installation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -374,9 +374,9 @@ Refer to [this](/student/communication/markdown) to learn more about markdown.
374374
375375## Preserving your changes on system re-installation
376376
377- you can prevent your changes from being overwritten from a system re-install by entering paths into a JSON file.
377+ You can prevent your changes from being overwritten from a system re-install by entering paths into a JSON file.
378378
379- the JSON file will be generated at ` /usr/local/submitty/config/preserve_files_list.json `
379+ The JSON file will be generated at ` CONFIG_DIR/preserve_file_list.json ` which is most likely ` /usr/local/submitty/config/preserve_files_list.json `
380380
381381the format will be as follows:
382382
@@ -388,6 +388,7 @@ the format will be as follows:
388388 ]
389389```
390390
391+ These files will be preserved when INSTALL_SUBMITTY.sh is run on the system.
391392
392393## Changing the multi-processing module of Apache2, Enabling HTTP2
393394
You can’t perform that action at this time.
0 commit comments