Skip to content

Commit

Permalink
fox: save correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Skekfly authored Mar 15, 2023
1 parent 5b4a7a5 commit c060885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garlicos-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ -v saveDir ]]; then
if [ "$sdCardContent" -gt 1 ]; then
adb -s "$adbDeviceId" pull /mnt/SDCARD/Saves "$saveDir" || exit
else
adb -s "$adbDeviceId" push roms/Roms/* /mnt/mmc/ || exit
adb -s "$adbDeviceId" pull /mnt/mmc/Saves "$saveDir" || exit
fi
fi

Expand Down

0 comments on commit c060885

Please sign in to comment.