Bob Mottram 8 년 전
부모
커밋
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