This commit is contained in:
2026-02-28 17:56:35 -06:00
parent 78b5b9d720
commit 6be2276758

View File

@@ -13,7 +13,7 @@ tar -xvf savesync.tar.gz >/dev/null
printf "done\n"
rm savesync.tar.gz
cd recalbox-savesync {
cd recalbox-savesync || {
printf "Could not cd to ./recalbox-savesync Exiting\n"
exit 1
}