commit 66edd6f39e9a29ec3f7c30449628ffbc0baa7552 parent aca11bf9b4dfb4f0a7c1d37c07d665113b24aeed Author: ccx <ccx@te2000.cz> Date: Mon, 18 Mar 2024 17:58:59 +0000 Copy the last Xorg log Diffstat:
M | service_scripts/xorg/finish | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/service_scripts/xorg/finish b/service_scripts/xorg/finish @@ -12,7 +12,7 @@ define CONTAINER_TMPFS /run/containers/${CONTAINER_NAME}.${CONTAINER_USER} #foreground { umount ${CONTAINER_TMPFS}/tmp } #foreground { umount --recursive data/root/ } foreground { - if { test -f ${CONTAINER_TMPFS}/run/uncaught-logs/current } - mv ${CONTAINER_TMPFS}/run/uncaught-logs/current data/lastlog + if { test -f ${CONTAINER_TMPFS}/run/X/log } + mv ${CONTAINER_TMPFS}/run/X/log data/lastlog } rm -rf ${CONTAINER_TMPFS}