remove exec from xfce

This commit is contained in:
Tobias Powalowski 2022-05-29 19:14:32 +02:00
parent 1b2d9aa91f
commit ceec124a17

View file

@ -252,6 +252,6 @@ EOF
_start_xfce() {
echo -e "Launching XFCE now, logging is done on \033[1m/dev/tty8\033[0m ..."
exec startxfce4 >/dev/tty8 2>&1
startxfce4 >/dev/tty8 2>&1
echo -e "To relaunch XFCE desktop use: \033[92mstartxfce4\033[0m"
}