Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoMichi authored Aug 6, 2020
1 parent d1d7f62 commit 9b88818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opendingux/snapshots/snapshotload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# desc=Restore save data from a snapshot
# author=NekoMichi

SNAPSHOTPATH="/media/sdcard/backupsnapshots"
SNAPSHOTPATH="$SDPATH/backupsnapshots"

# Checks to see if there is a card inserted in slot 2
if [ ! -d /media/sdcard ]; then
if [ ! -b /dev/mmcblk1 ]; then
dialog --clear --backtitle "SaveSync $APPVERSION" --title "No SD Card Found" --msgbox "No SD card inserted in slot-2.\n\nPress START to exit." 8 29
exit
fi
Expand Down

0 comments on commit 9b88818

Please sign in to comment.