详细没看 但单路径这一块 肯定就有问题了
local filePath = "/var/touchelf/123.txt"
在这里斜杠是转义字符 换成
local filePath = "//var//touchelf//123.txt"
试试