diff --git a/laseroff b/laseroff index 7a3eed2..7fa2d7d 100755 --- a/laseroff +++ b/laseroff @@ -1,4 +1,4 @@ #!/bin/bash caput SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE2 "HIGH" caput SLAAR21-LPSYS-ESB:SHUT_TRANS "ON" -/sf/bernina/applications/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser blocked");e.runAndWait()' +/sf/bernina/applications/bm/envs/default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser blocked");e.runAndWait()' diff --git a/laseron b/laseron index 47dd1ca..249e848 100755 --- a/laseron +++ b/laseron @@ -1,4 +1,4 @@ #!/bin/bash caput SLAAR21-LTIM01-EVR0:FrontUnivOut3_SOURCE2 "LOW" caput SLAAR21-LPSYS-ESB:OPEN_TRANS "ON" -/sf/bernina/applications/anaconda/bernina_envs/bernina_default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()' +/sf/bernina/applications/bm/envs/default/bin/python -c 'import pyttsx3;e = pyttsx3.init();e.say("Laser open");e.runAndWait()'