parent
2b87cb34ea
commit
4f398bdb01
4
app.js
4
app.js
|
@ -204,8 +204,8 @@ app.listen(app.get('port'), function() {
|
|||
}
|
||||
if (process.argv.includes("--reset")){
|
||||
console.log("Resetting crontab-ui");
|
||||
let crontabdb = __dirname + "/crontabs/crontab.db";
|
||||
let envdb = __dirname + "/crontabs/env.db";
|
||||
var crontabdb = __dirname + "/crontabs/crontab.db";
|
||||
var envdb = __dirname + "/crontabs/env.db";
|
||||
|
||||
console.log("Deleting " + crontabdb);
|
||||
try{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "crontab-ui",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Easy and safe way to manage your crontab file",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue