From 7dd5e618dc105075be949944838c1d736b080f2a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 23 Feb 2024 15:50:03 +0100 Subject: [PATCH] SPLASHES: fixed splashes directory, again --- functions/functions.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/functions.sh b/functions/functions.sh index 1c8024a5..2567037b 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -539,10 +539,9 @@ update_splashscreens() { # This script will purge any existing ES graphics and reload them from RO space into somewhere ES will look for it # USAGE: update_splashscreens - rm -rf /var/config/ES-DE/ES-DE/resources/graphics - rsync -rlD --mkpath "/app/retrodeck/graphics/" "/var/config/ES-DE/ES-DE/resources/graphics/" + rm -rf /var/config/ES-DE/resources/graphics + rsync -rlD --mkpath "/app/retrodeck/graphics/" "/var/config/ES-DE/resources/graphics/" - # NOTE: for some reason some stuff is still created in ES-DE/ES-DE so this path is correct } deploy_helper_files() {