Skip to content

Commit

Permalink
sed
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 26, 2024
1 parent dcc4883 commit 13e6d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/ToolScripts/emuDeckESDE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -132,6 +131,8 @@ ESDE_init(){
addSteamInputCustomIcons
ESDE_flushToolLauncher
SRM_flushOldSymlinks

sed -i "s|/run/media/mmcblk0p1/Emulation|${emulationPath}|g" "$es_rulesFile"
}

ESDE_createLauncher(){
Expand Down

0 comments on commit 13e6d10

Please sign in to comment.