mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
getsounds.sh: adjust last commit
This commit is contained in:
@@ -24,7 +24,7 @@ echo "# $0 $1 $2"
|
||||
|
||||
if [ ! -f $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 .
|
||||
else
|
||||
$DOWNLOAD_CMD $base$tarfile
|
||||
|
||||
Reference in New Issue
Block a user