mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Don't attempt to fix errors in the music file when there is no music file.
This commit is contained in:
@@ -188,9 +188,12 @@ function mount_and_fix_errors_in_cam_file () {
|
||||
}
|
||||
|
||||
function mount_and_fix_errors_in_music_file () {
|
||||
if [ -e "$MUSIC_MOUNT" ]
|
||||
then
|
||||
ensure_music_file_is_mounted
|
||||
fix_errors_in_music_file
|
||||
unmount_music_file
|
||||
fi
|
||||
}
|
||||
|
||||
function mount_and_fix_errors_in_files () {
|
||||
|
||||
Reference in New Issue
Block a user