Comment-fix
This commit is contained in:
parent
ce8dd10596
commit
0d6f75726c
@ -101,7 +101,7 @@ VerboseOutput() {
|
|||||||
CreateFileList() {
|
CreateFileList() {
|
||||||
# ${1} /mnt/hdd/Example-Artist/Example-Album
|
# ${1} /mnt/hdd/Example-Artist/Example-Album
|
||||||
# ${2} /mnt/mtp/Example-Artist/Example-Album
|
# ${2} /mnt/mtp/Example-Artist/Example-Album
|
||||||
# ${3} Example-Artist/Example-Album/
|
# ${3} Example-Artist/Example-Album
|
||||||
IFS=""
|
IFS=""
|
||||||
sourcepath="${1}/*"
|
sourcepath="${1}/*"
|
||||||
for file in $sourcepath; do
|
for file in $sourcepath; do
|
||||||
|
Loading…
Reference in New Issue
Block a user