mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Don't abort symbol management when dir already exists.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
DUMPID=`head -n1 $1 | cut -f4 -d' '`
|
DUMPID=`head -n1 $1 | cut -f4 -d' '`
|
||||||
mkdir $2/$DUMPID
|
mkdir -p $2/$DUMPID
|
||||||
cp $1 $2/$DUMPID/
|
cp $1 $2/$DUMPID/
|
||||||
|
Reference in New Issue
Block a user