From 4f3835ab67e2a02533df36fdfa39add7027f0a2d Mon Sep 17 00:00:00 2001
From: klang <klang@aps.anl.gov>
Date: Fri, 6 Jul 2018 15:13:41 -0500
Subject: [PATCH] Add dxpSITORO to autosave path

---
 iocBoot/iocxxx/common.iocsh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocBoot/iocxxx/common.iocsh b/iocBoot/iocxxx/common.iocsh
index fb0c7be..0801c97 100644
--- a/iocBoot/iocxxx/common.iocsh
+++ b/iocBoot/iocxxx/common.iocsh
@@ -41,6 +41,7 @@ set_requestfile_path("$(CAPUTRECORDER)", "caputRecorderApp/Db")
 set_requestfile_path("$(DAC128V)", "dac128VApp/Db")
 set_requestfile_path("$(DELAYGEN)", "delaygenApp/Db")
 set_requestfile_path("$(DXP)", "dxpApp/Db")
+set_requestfile_path("$(DXPSITORO)", "dxpSITOROApp/Db")
 set_requestfile_path("$(IP)", "ipApp/Db")
 set_requestfile_path("$(IP330)", "ip330App/Db")
 set_requestfile_path("$(IPUNIDIG)", "ipUnidigApp/Db")
-- 
GitLab