Quotes
This commit is contained in:
parent
31ffa567d6
commit
b3d7f5865c
|
@ -187,7 +187,7 @@ function koel_import_from_directory {
|
|||
255) return;;
|
||||
esac
|
||||
|
||||
mv $selected_dir /music
|
||||
mv "$selected_dir" /music
|
||||
|
||||
dialog --title $"Import music directory" \
|
||||
--msgbox $"Import success. You may need to re-sync within Koel." 6 40
|
||||
|
|
Loading…
Reference in New Issue