From: Maps Date: Thu, 12 Dec 2024 10:39:14 +0000 (+0100) Subject: added standalone setup to firefox startup X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fafa21f5cd47589f7255c36e6bab8b45ec085e5d;p=mimosis_chain.git added standalone setup to firefox startup --- 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 &