From 050b55d73af5a4f3eda957c0322781669e13cf18 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Tue, 23 Mar 2010 17:52:34 +0000 Subject: [PATCH] add areaDetector to search path --- iocBoot/iocCygwin/save_restore.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/iocBoot/iocCygwin/save_restore.cmd b/iocBoot/iocCygwin/save_restore.cmd index f3e2c91..f00995c 100644 --- a/iocBoot/iocCygwin/save_restore.cmd +++ b/iocBoot/iocCygwin/save_restore.cmd @@ -41,6 +41,7 @@ set_pass1_restoreFile("auto_settings.sav") # specify directories in which to to search for included request files set_requestfile_path("$(STARTUP)", "") set_requestfile_path("$(STARTUP)", "autosave") +set_requestfile_path("$(AREA_DETECTOR)", "ADApp/Db") set_requestfile_path("$(AUTOSAVE)", "asApp/Db") set_requestfile_path("$(CALC)", "calcApp/Db") #set_requestfile_path("$(CAMAC)", "camacApp/Db") -- GitLab