summaryrefslogtreecommitdiffstats
path: root/core/modules/beamergui
diff options
context:
space:
mode:
authorSimon Rettberg2018-12-05 14:21:08 +0100
committerSimon Rettberg2018-12-05 14:21:08 +0100
commita4468e1d6e0521caee0038a0a9fa2f6e46e7843d (patch)
tree33b3234021b56140fe57eb6453c652a727a954ee /core/modules/beamergui
parentMerge branch 'master' of git.openslx.org:openslx-ng/mltk (diff)
downloadmltk-a4468e1d6e0521caee0038a0a9fa2f6e46e7843d.tar.gz
mltk-a4468e1d6e0521caee0038a0a9fa2f6e46e7843d.tar.xz
mltk-a4468e1d6e0521caee0038a0a9fa2f6e46e7843d.zip
[beamergui] Fix showBeamergui script
Da hat mir wer ein x für ein u vorgemacht!
Diffstat (limited to 'core/modules/beamergui')
-rwxr-xr-xcore/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh b/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh
index 5f4e2bfa..1b937cc4 100755
--- a/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh
+++ b/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh
@@ -2,7 +2,7 @@
[ "$EVENT" = "clicked" ] || exit 0
-if ps u | grep -v grep | grep -q 'beamergui -b'; then
+if ps x | grep -v grep | grep -q 'beamergui -b'; then
exec beamergui -w
fi