From c06088564580ce5b14b0f2f72c99b9bcf1e7b1c5 Mon Sep 17 00:00:00 2001 From: Skekfly <84103357+Skekfly@users.noreply.github.com> Date: Wed, 15 Mar 2023 07:29:34 +0100 Subject: [PATCH] fox: save correction --- garlicos-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garlicos-updater.sh b/garlicos-updater.sh index a048517..a86283d 100644 --- a/garlicos-updater.sh +++ b/garlicos-updater.sh @@ -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