pull/80/merge
qwazwsx/howl 2018-07-26 17:47:40 +00:00 committed by GitHub
commit e49b88b3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -207,7 +207,7 @@ app.listen(app.get('port'), app.get('host'), function() {
console.log("Node version:", process.versions.node);
fs.access(__dirname + "/crontabs/", fs.W_OK, function(err) {
if(err){
console.error("Write access to", __dirname + "/crontabs/", "DENIED.");
console.error("Write access to", __dirname + "/crontabs/", "DENIED. \nTry running with root permissions.");
process.exit(1);
}
});