Browse Source

copy update

Bob Mottram 8 years ago
parent
commit
5c446645aa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-koel

+ 1
- 1
src/freedombone-app-koel View File

@@ -207,7 +207,7 @@ function koel_import_from_usb {
207 207
         dialog --title $"Import music from USB drive" --msgbox $'No Music directory found on USB drive' 6 50
208 208
         backup_unmount_drive ${USB_DRIVE}
209 209
     fi
210
-    cp -r $USB_MOUNT/Music/* /music
210
+    cp -ru $USB_MOUNT/Music/* /music
211 211
     backup_unmount_drive ${USB_DRIVE}
212 212
     dialog --title $"Import music from USB drive" --msgbox $'Import complete. You may now remove the USB drive' 6 50
213 213
 }