mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 20:41:58 +02:00
* Don't abort symbol management when dir already exists.
This commit is contained in:
parent
93bf2e1bb9
commit
89c04ea3f6
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
DUMPID=`head -n1 $1 | cut -f4 -d' '`
|
||||
mkdir $2/$DUMPID
|
||||
mkdir -p $2/$DUMPID
|
||||
cp $1 $2/$DUMPID/
|
||||
|
Loading…
x
Reference in New Issue
Block a user