From 7504615823c90dfecff40a5bc8207364e1ac7e31 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Sat, 5 Mar 2022 21:35:29 -0500 Subject: [PATCH] Fix autostart regression. --- packages/jelos/sources/autostart/common/001-setup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/jelos/sources/autostart/common/001-setup b/packages/jelos/sources/autostart/common/001-setup index 9c3c5af58..6d074391f 100755 --- a/packages/jelos/sources/autostart/common/001-setup +++ b/packages/jelos/sources/autostart/common/001-setup @@ -15,6 +15,11 @@ then fi ### Resume normal startup stuff. +if [ -d "/storage/.config/system/configs" ] +then + EXCLUDE="--exclude=configs" +fi + rsync -a --delete ${EXCLUDE} /usr/config/system/ /storage/.config/system/ rsync -a /usr/config/modules /storage/.config/ rsync -a /usr/config/game /storage/.config/