This commit is contained in:
Zachary Boyd 2015-12-29 21:45:20 -05:00
parent f432c72b3f
commit 45633936f3

View file

@ -73,7 +73,7 @@ const Tor = (function () {
function ($next) {
temp.open('txt',function (err, file) {
if (file) {
fs.write(file.fd, shell.cat(__dirname'/../config/torrc'));
fs.write(file.fd, shell.cat(__dirname+'/../config/torrc'));
fs.close(file.fd)
}
$next(err, (file && file.path));