summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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