Skip to content
Snippets Groups Projects
Commit 7a9ef40b authored by mooney's avatar mooney
Browse files

commented out save_restoreSet_NFSHost(), which is only supported on

vxWorks.
parent 77202e13
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ save_restoreSet_SeqPeriodInSeconds(300) ...@@ -17,7 +17,7 @@ save_restoreSet_SeqPeriodInSeconds(300)
# If you want save_restore to manage its own NFS mount, specify the name and # If you want save_restore to manage its own NFS mount, specify the name and
# IP address of the file server to which save files should be written. # IP address of the file server to which save files should be written.
# This currently is supported only on vxWorks. # This currently is supported only on vxWorks.
save_restoreSet_NFSHost("oxygen", "164.54.52.4") #save_restoreSet_NFSHost("oxygen", "164.54.52.4")
# specify where save files should be # specify where save files should be
set_savefile_path(startup, "autosave") set_savefile_path(startup, "autosave")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment