Update 'docker/mysqlclient/scripts/backupdb.sh'
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
#any error must stop execution
|
||||
set -e
|
||||
|
||||
if [ $DUPLICATI__OPERATIONNAME != "Backup" ]
|
||||
then
|
||||
if [ $DUPLICATI__OPERATIONNAME == "Backup" ]
|
||||
echo "Backup Job!!"
|
||||
else
|
||||
echo "Not a backup operation. exiting!"
|
||||
#OK, run operation
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user