Kaynağa Gözat

copy update

Bob Mottram 8 yıl önce
ebeveyn
işleme
5c446645aa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/freedombone-app-koel

+ 1
- 1
src/freedombone-app-koel Dosyayı Görüntüle

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