From ae880ddc0ef1bf393e790c53460e6e8fceb0840e Mon Sep 17 00:00:00 2001 From: Fernandez Carmona Pablo Date: Thu, 26 Sep 2024 14:19:36 +0200 Subject: [PATCH] upgrade to EPICS 7.0.8 --- hush.sh | 2 +- hush_g1.sh | 2 +- hush_g2.sh | 2 +- hush_g3.sh | 2 +- hush_o2.sh | 2 +- hush_pif.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hush.sh b/hush.sh index 8bab11d..3a08943 100755 --- a/hush.sh +++ b/hush.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.3.0 +cd /proscan/bd/applications/hush/hla/1.4.0 # For use if script is sourced rather than executed appNameDefault="hush.sh" diff --git a/hush_g1.sh b/hush_g1.sh index ae415f6..e10bb3c 100755 --- a/hush_g1.sh +++ b/hush_g1.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.3.0 +cd /proscan/bd/applications/hush/hla/1.4.0 # For use if script is sourced rather than executed appNameDefault="hush_g1.sh" diff --git a/hush_g2.sh b/hush_g2.sh index 2206173..e9e30c3 100755 --- a/hush_g2.sh +++ b/hush_g2.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.3.0 +cd /proscan/bd/applications/hush/hla/1.4.0 # For use if script is sourced rather than executed appNameDefault="hush_g2.sh" diff --git a/hush_g3.sh b/hush_g3.sh index ae93af1..b2fe461 100755 --- a/hush_g3.sh +++ b/hush_g3.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.3.0 +cd /proscan/bd/applications/hush/hla/1.4.0 # For use if script is sourced rather than executed appNameDefault="hush_g3.sh" diff --git a/hush_o2.sh b/hush_o2.sh index 5f58970..1b60cbb 100755 --- a/hush_o2.sh +++ b/hush_o2.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.3.0 +cd /proscan/bd/applications/hush/hla/1.4.0 # For use if script is sourced rather than executed appNameDefault="hush_o2.sh" diff --git a/hush_pif.sh b/hush_pif.sh index 6327395..1815906 100755 --- a/hush_pif.sh +++ b/hush_pif.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.3.0 +cd /proscan/bd/applications/hush/hla/1.4.0 # For use if script is sourced rather than executed appNameDefault="hush_pif.sh"