From fafa21f5cd47589f7255c36e6bab8b45ec085e5d Mon Sep 17 00:00:00 2001 From: Maps Date: Thu, 12 Dec 2024 11:39:14 +0100 Subject: [PATCH] added standalone setup to firefox startup --- start_firefox.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start_firefox.sh b/start_firefox.sh index d50038f..45bab93 100755 --- a/start_firefox.sh +++ b/start_firefox.sh @@ -9,6 +9,9 @@ elif [[ -z "$DAQOPSERVER" ]]; then elif [[ "$DAQOPSERVER" == "jspc29:150" ]]; then echo "start firefox for Lab317." firefox -p Lab317 & +elif [[ "$DAQOPSERVER" == "jspc29:7" ]]; then + echo "start firefox for Lab318." + firefox -p Lab318 & elif [[ "$DAQOPSERVER" == "jspc29:31" ]]; then echo "start firefox for Probestation." firefox -p Probestation & -- 2.43.0