File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function configure_solarus() {
65
65
addEmulator 1 " $md_id " " solarus" " $md_inst /solarus.sh %ROM%"
66
66
addSystem " solarus"
67
67
moveConfigDir " $home /.solarus" " $configdir /solarus"
68
- [[ " $mode " == " remove" ]] && return
68
+ [[ " $md_mode " == " remove" ]] && return
69
69
70
70
# ensure rom dir exists
71
71
mkRomDir " solarus"
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ function configure_emulationstation() {
268
268
# move the $home/emulationstation configuration dir and symlink it
269
269
moveConfigDir " $home /.emulationstation" " $configdir /all/emulationstation"
270
270
271
- [[ " $mode " == " remove" ]] && return
271
+ [[ " $md_mode " == " remove" ]] && return
272
272
273
273
# remove other emulation station if it's installed, so we don't end up with
274
274
# both packages interfering - but leave configs alone so switching is easy
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function install_moonlight() {
102
102
function configure_moonlight() {
103
103
addEmulator 1 " $md_id " " steam" " $md_inst /moonlight.sh stream -config %ROM%"
104
104
addSystem " steam" " Steam Game Streaming" " .ml"
105
- [[ " $mode " == " remove" ]] && return
105
+ [[ " $md_mode " == " remove" ]] && return
106
106
107
107
# ensure rom dir
108
108
mkRomDir " steam"
You can’t perform that action at this time.
0 commit comments