Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cizia64 committed Jul 14, 2024
1 parent 6a4f87d commit 709e0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Apps/SystemTools/Menu/TOOLS/UDISK - Format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LOG_FILE="/mnt/SDCARD/Apps/SystemTools/Logs/UDISK - Format.log"
UDISK_DEV="/dev/by-name/UDISK"
UDISK_MOUNT="/mnt/UDISK"
SOURCE_DIR="/mnt/UDISK"
BACKUP_DIR="/mnt/SDCARD/Apps/SystemTools/Ressources/UDISK_Backup"
BACKUP_DIR="/mnt/SDCARD/Apps/SystemTools/Resources/UDISK_Backup"
DEST_DIR="/mnt/UDISK"
FILES="joypad.config joypad_right.config system.json"

Expand Down Expand Up @@ -81,7 +81,7 @@ else
echo "Failed to remove usb_storage from /usr/trimui/apps."
fi

unzip /mnt/SDCARD/Apps/SystemTools/Ressources/usb_storage.zip -d /usr/trimui/apps/
unzip /mnt/SDCARD/Apps/SystemTools/Resources/usb_storage.zip -d /usr/trimui/apps/
if [ $? -eq 0 ]; then
echo "Successfully copied usb_storage to /usr/trimui/apps."
else
Expand Down
File renamed without changes.

0 comments on commit 709e0e2

Please sign in to comment.