diff options
author | Simon Rettberg | 2019-01-02 16:13:41 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-01-02 16:13:41 +0100 |
commit | 4f288e924e519271f729932b7c349ea6dd297d48 (patch) | |
tree | d04d7df9b38c08dbff69a3f0608cd1d6fd116fc7 /core/modules/beamergui | |
parent | [rfs-s32] Remove old ubuntu support (diff) | |
download | mltk-4f288e924e519271f729932b7c349ea6dd297d48.tar.gz mltk-4f288e924e519271f729932b7c349ea6dd297d48.tar.xz mltk-4f288e924e519271f729932b7c349ea6dd297d48.zip |
[beamergui] Close stdout/err when respawning beamergui
Diffstat (limited to 'core/modules/beamergui')
-rwxr-xr-x | core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh | 2 |
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 1b937cc4..9b08a11a 100755 --- a/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh +++ b/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh @@ -8,5 +8,5 @@ fi ( beamergui -b -g & -) & +) &> /dev/null & |