Skip to content

Commit

Permalink
syntax errors in setup.shinc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Nov 19, 2014
2 parents 8dcf4fe + 28a8961 commit 99fa7c7
Show file tree
Hide file tree
Showing 3 changed files with 1,113 additions and 1 deletion.
6 changes: 6 additions & 0 deletions scriptmodules/helpers.shinc
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,12 @@ function h_emu_user_fixes()
sed -i "s|installdir_temp|$rootdir|g" "$config_home/.mess/mess.ini"
sed -i "s|config_temp|$config_home|g" "$config_home/.mess/mess.ini"

sed -i "s|installdir_temp|$rootdir|g" "$config_home/.mess/aes.ini" | tee >> "$rootdir/logs/debug.log"
sed -i "s|config_temp|$config_home|g" "$config_home/.mess/aes.ini" | tee >> "$rootdir/logs/debug.log"

sed -i "s|installdir_temp|$rootdir|g" "$config_home/.mess/neocdz.ini" | tee >> "$rootdir/logs/debug.log"
sed -i "s|config_temp|$config_home|g" "$config_home/.mess/neocdz.ini" | tee >> "$rootdir/logs/debug.log"

# XBMC
sed -i "s|installdir_temp|$rootdir|g" "$xbmc_home/userdata/addon_data/script.games.rom.collection.browser/config.xml"
sed -i "s|config_temp|$config_home|g" "$xbmc_home/userdata/addon_data/script.games.rom.collection.browser/config.xml"
Expand Down
1 change: 0 additions & 1 deletion scriptmodules/setup.shinc
Original file line number Diff line number Diff line change
Expand Up @@ -1087,4 +1087,3 @@ function rrs_reboot()
;;
esac
}

Loading

0 comments on commit 99fa7c7

Please sign in to comment.