From 1870afc924d0ddb38d8eab1fbc845c81570772a0 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 14 Mar 2008 20:15:19 +0000 Subject: [PATCH] Replaced "$(STARTUP)" with "$(TOP)/iocBoot/$(IOC)" --- iocBoot/iocLinux/save_restore.cmd | 2 +- iocBoot/iocSolaris/save_restore.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iocBoot/iocLinux/save_restore.cmd b/iocBoot/iocLinux/save_restore.cmd index a55f72e..f3e2c91 100644 --- a/iocBoot/iocLinux/save_restore.cmd +++ b/iocBoot/iocLinux/save_restore.cmd @@ -23,7 +23,7 @@ save_restoreSet_NumSeqFiles(3) save_restoreSet_SeqPeriodInSeconds(300) # specify where save files should be -set_savefile_path("$(STARTUP)", "autosave") +set_savefile_path("$(TOP)/iocBoot/$(IOC)", "autosave") ### # specify what save files should be restored. Note these files must be diff --git a/iocBoot/iocSolaris/save_restore.cmd b/iocBoot/iocSolaris/save_restore.cmd index a55f72e..f3e2c91 100644 --- a/iocBoot/iocSolaris/save_restore.cmd +++ b/iocBoot/iocSolaris/save_restore.cmd @@ -23,7 +23,7 @@ save_restoreSet_NumSeqFiles(3) save_restoreSet_SeqPeriodInSeconds(300) # specify where save files should be -set_savefile_path("$(STARTUP)", "autosave") +set_savefile_path("$(TOP)/iocBoot/$(IOC)", "autosave") ### # specify what save files should be restored. Note these files must be -- GitLab