]> jspc29.x-matter.uni-frankfurt.de Git - mimosis_chain.git/commitdiff
added standalone setup to firefox startup
authorMaps <maps@ikf>
Thu, 12 Dec 2024 10:39:14 +0000 (11:39 +0100)
committerMaps <maps@ikf>
Thu, 12 Dec 2024 10:39:14 +0000 (11:39 +0100)
start_firefox.sh

index d50038f62024f38eb9c7b0fbedbe0314f5c8643f..45bab9301b55d0ca2ca5797371ef901185c0e7b3 100755 (executable)
@@ -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 &