Move sync message file to tmp directory

This commit is contained in:
joeuhren
2020-12-05 18:21:21 -07:00
parent 57ad06bf7f
commit 1ad61a58da
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ module.exports = {
},
check_show_sync_message: function() {
return fs.existsSync('./show_sync_message.tmp');
return fs.existsSync('./tmp/show_sync_message.tmp');
},
update_label: function(hash, message, cb){