From f9e7650e0ae0b9e92436a14053711a0b34906f78 Mon Sep 17 00:00:00 2001 From: RYAN A RIVERA Date: Fri, 6 Dec 2024 20:15:27 -0600 Subject: [PATCH] Prevent VS code reverse search highlighting --- tools/ots | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/ots b/tools/ots index d3cc4343..c34657f5 100644 --- a/tools/ots +++ b/tools/ots @@ -517,7 +517,7 @@ if [[ $SOFTKILLALL != 0 ]]; then out "${Yellow}${Bold}${REV}******************************************************${RstClr}" out "${Yellow}${Bold}${REV}************* kill otsdaq! ************** ${OTS_OWNER} ${RstClr}" - out "${Yellow}${Bold}${REV}******************************************************${RstClr}" + out "${Yellow}${Bold}${REV}******************************************************${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output #try to force kill other StartOTS scripts echo "KILL_ALL" > $OTSDAQ_STARTOTS_QUIT_FILE @@ -536,7 +536,7 @@ if [[ $KILLALL != 0 ]]; then out "${Yellow}${Bold}${REV}******************************************************${RstClr}" out "${Yellow}${Bold}${REV}************* kill ALL otsdaq! **************${RstClr}" - out "${Yellow}${Bold}${REV}******************************************************${RstClr}" + out "${Yellow}${Bold}${REV}******************************************************${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output #try to force kill other StartOTS scripts echo "KILL_ALL" > $OTSDAQ_STARTOTS_QUIT_FILE @@ -840,7 +840,7 @@ launchOTSMacromaker() { out "${Blue}${REV} ***************************************************** ${RstClr}" out "${Blue}${REV} ******* Launching ots in MacroMaker MODE! ********* ${RstClr}" out "${Blue}${REV} ***************************************************** ${RstClr}" - out "${Blue}${REV} ${RstClr}" + out "${Blue}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output out #blank line @@ -1063,7 +1063,7 @@ launchOTSWiz() { out "${Red}${REV} ***************************************************** ${RstClr}" out "${Red}${REV} *********** Launching ots in WIZ MODE! ************ ${RstClr}" out "${Red}${REV} ***************************************************** ${RstClr}" - out "${Red}${REV} ${RstClr}" + out "${Red}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output out #blank line #setup wiz mode environment variables @@ -1370,7 +1370,7 @@ launchOTS() { fi fi out "${Purple}${REV} ***************************************************** ${RstClr}" - out "${Purple}${REV} ${RstClr}" + out "${Purple}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output out #blank line out "XDAQ Configuration XML = ${XDAQ_CONFIGURATION_DATA_PATH}/${XDAQ_OTS_XML}.xml" @@ -2129,7 +2129,7 @@ launchOTSLogFind() { out "${Purple}${REV} *********************************************************************** ${RstClr}" out "${Purple}${REV} *********** Finding potential ots log files! ************ ${RstClr}" out "${Purple}${REV} *********************************************************************** ${RstClr}" - out "${Purple}${REV} ${RstClr}" + out "${Purple}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output out #blank line out "XDAQ Configuration XML = ${XDAQ_CONFIGURATION_DATA_PATH}/${XDAQ_OTS_XML}.xml"