From e4c5a4c76ccdfa1e4751442537e3abf8ffe3dc6e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 27 Aug 2021 03:03:37 +0200 Subject: [PATCH] Fix restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index f296461..59b02f5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -114,7 +114,7 @@ else fi if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - cp ../conf/xorg.conf /etc/X11/xorg.conf + cp ../settings/conf/xorg.conf /etc/X11/xorg.conf fi #=================================================