Fix starttde trap

pull/2/head
Francois Andriot 10 years ago committed by Slávek Banko
parent 66faad37ca
commit 8155652c91

@ -81,7 +81,7 @@ unset BIN_DIR
# When the X server dies we get a HUP signal from xinit. We must ignore it
# because we still need to do some cleanup.
trap '[starttde] echo GOT SIGHUP' HUP
trap 'echo "[starttde] GOT SIGHUP"' HUP
# Check if a TDE session is already running.
if kcheckrunning >/dev/null 2>&1; then

Loading…
Cancel
Save