Bob Mottram 7 年之前
父節點
當前提交
b3d7f5865c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-koel

+ 1
- 1
src/freedombone-app-koel 查看文件

@@ -187,7 +187,7 @@ function koel_import_from_directory {
187 187
         255) return;;
188 188
     esac
189 189
 
190
-    mv $selected_dir /music
190
+    mv "$selected_dir" /music
191 191
 
192 192
     dialog --title $"Import music directory" \
193 193
            --msgbox $"Import success. You may need to re-sync within Koel." 6 40