Delete operation disabled exception tolerated now.
This commit is contained in:
parent
c7ad67667e
commit
ee62389d38
1 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: tomas $
|
# Author : $Author: tomas $
|
||||||
# Version : $Revision: 1.2 $
|
# Version : $Revision: 1.3 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/tests/transTest.sh,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/tests/transTest.sh,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -78,7 +78,9 @@ storeClose() {
|
||||||
|
|
||||||
deleteAudioClip() {
|
deleteAudioClip() {
|
||||||
echo -n "# deleteAudioClip: "
|
echo -n "# deleteAudioClip: "
|
||||||
$XR_CLI deleteAudioClip $SESSID $GUNID || exit $?
|
# disabled:
|
||||||
|
# $XR_CLI deleteAudioClip $SESSID $GUNID || exit $?
|
||||||
|
$XR_CLI deleteAudioClip $SESSID $GUNID
|
||||||
}
|
}
|
||||||
|
|
||||||
uploadToArchive() {
|
uploadToArchive() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue