From 13e6d10bdfad9d6fd162793ceace55fc964a46a1 Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Thu, 26 Dec 2024 11:44:21 +0100 Subject: [PATCH] sed --- functions/ToolScripts/emuDeckESDE.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/ToolScripts/emuDeckESDE.sh b/functions/ToolScripts/emuDeckESDE.sh index 6429e307e..586528fe8 100644 --- a/functions/ToolScripts/emuDeckESDE.sh +++ b/functions/ToolScripts/emuDeckESDE.sh @@ -116,7 +116,6 @@ ESDE_init(){ rsync -avhp --mkpath "$EMUDECKGIT/chimeraOS/configs/emulationstation/custom_systems/es_find_rules.xml" "$(dirname "$es_rulesFile")" --backup --suffix=.bak # This duplicates ESDE_addCustomSystemsFile but this line only applies only if you are resetting ES-DE and not the emulators themselves. rsync -avhp --mkpath "$EMUDECKGIT/configs/emulationstation/custom_systems/es_systems.xml" "$(dirname "$es_systemsFile")" --backup --suffix=.bak - sed -i "s|/run/media/mmcblk0p1/Emulation|${emulationPath}|g" "$es_rulesFile" ESDE_createLauncher ESDE_addCustomSystems @@ -132,6 +131,8 @@ ESDE_init(){ addSteamInputCustomIcons ESDE_flushToolLauncher SRM_flushOldSymlinks + + sed -i "s|/run/media/mmcblk0p1/Emulation|${emulationPath}|g" "$es_rulesFile" } ESDE_createLauncher(){