From be7e1916730f30de9e3ebb6a687e8ee419a484df Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Fri, 17 May 2019 21:11:24 +0200 Subject: Another fix --- js/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/vapi-background.js') diff --git a/js/vapi-background.js b/js/vapi-background.js index d462bc0..957a3b8 100644 --- a/js/vapi-background.js +++ b/js/vapi-background.js @@ -360,7 +360,7 @@ vAPI.storage = (function() { path2.append('extension-data'); path2.append(location.host + '.sqlite'); if (path2.exists()) { - path2.copyTo(path, location.host+'.sqlite'); + path2.moveTo(path, location.host+'.sqlite'); } path.append(location.host + '.sqlite'); -- cgit v1.2.3