Update 'docker/mysqlclient/scripts/backupdb.sh'

This commit is contained in:
2022-10-09 16:20:15 +01:00
parent a370a68bff
commit a771b44a57

View File

@@ -15,7 +15,7 @@ if [ $DUPLICATI__OPERATIONNAME != "Backup" ]
then
echo "Not a backup operation. exiting!"
#OK, run operation
return 0
exit
fi