Skip to content

Commit

Permalink
Fixed an issue that may cause the backups folder to be read-only and …
Browse files Browse the repository at this point in the history
…prevent successful backups
  • Loading branch information
NekoMichi authored Jul 19, 2020
1 parent 93073cb commit 753e11e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opendingux/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if [ ! -d $EXTPATH/backup/ ]; then
echo "Backup folder doesn't exist, creating folder."
mkdir $EXTPATH/backup
fi
chmod -R 777 $EXTPATH/backup

# Backs up GMenu2x data
# if [ ! -d $EXTPATH/backup/gmenu2x/ ]; then
Expand Down Expand Up @@ -197,5 +198,5 @@ else
fi
fi

dialog --clear --backtitle "SaveSync v1.1" --title "Sync Complete" --msgbox "Save sync complete. Press START to exit." 10 30
dialog --clear --backtitle "SaveSync v1.2" --title "Sync Complete" --msgbox "Save sync complete. Press START to exit." 10 30
exit

0 comments on commit 753e11e

Please sign in to comment.