mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
getsounds.sh: adjust last commit
This commit is contained in:
parent
0ec4e82664
commit
a3367b2da2
@ -24,7 +24,7 @@ echo "# $0 $1 $2"
|
|||||||
|
|
||||||
if [ ! -f $tarfile ] ; then
|
if [ ! -f $tarfile ] ; then
|
||||||
if [ -f $FS_SOUNDS_DIR/$tarfile ]; then
|
if [ -f $FS_SOUNDS_DIR/$tarfile ]; then
|
||||||
test ! cp -l $FS_SOUNDS_DIR/$tarfile . \
|
cp -l $FS_SOUNDS_DIR/$tarfile . \
|
||||||
|| cp $FS_SOUNDS_DIR/$tarfile .
|
|| cp $FS_SOUNDS_DIR/$tarfile .
|
||||||
else
|
else
|
||||||
$DOWNLOAD_CMD $base$tarfile
|
$DOWNLOAD_CMD $base$tarfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user