From 3aa01dbfdee0b884bddf42e393679577cb568b87 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Wed, 8 Apr 2020 08:07:29 +0200 Subject: [PATCH] moved launcher mapping file to correct place --- launcher | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launcher b/launcher index 4cdb598..4ca3fda 100755 --- a/launcher +++ b/launcher @@ -4,13 +4,13 @@ source /opt/gfa/python 3.5 if [ "$#" -eq 0 ]; then if [ "$(hostname)" = "saresb-cons-03.psi.ch" ]; then - pylauncher -m /sf/bernina/config/launcher_mapping --position -3520 -120 /sf/bernina/config/launcher/S_Bernina.json & + pylauncher -m /sf/bernina/config/launcher/launcher_mapping --position -3520 -120 /sf/bernina/config/launcher/S_Bernina.json & else - pylauncher -m /sf/bernina/config/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json & + pylauncher -m /sf/bernina/config/launcher/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json & fi else - pylauncher -m /sf/bernina/config/launcher_mapping $@ & + pylauncher -m /sf/bernina/config/launcher/launcher_mapping $@ & fi sleep 2 wmctrl -r "SF-Bernina Launcher" -b add,above