Skip to content
Snippets Groups Projects
Commit 5c446645 authored by Bob Mottram's avatar Bob Mottram
Browse files

copy update

parent 94003c9c
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ function koel_import_from_usb {
dialog --title $"Import music from USB drive" --msgbox $'No Music directory found on USB drive' 6 50
backup_unmount_drive ${USB_DRIVE}
fi
cp -r $USB_MOUNT/Music/* /music
cp -ru $USB_MOUNT/Music/* /music
backup_unmount_drive ${USB_DRIVE}
dialog --title $"Import music from USB drive" --msgbox $'Import complete. You may now remove the USB drive' 6 50
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment