You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
This commit is contained in:
@@ -129,7 +129,9 @@ exports.set_crontab = function(env_vars, callback){
|
||||
if (err) return callback(err);
|
||||
else callback();
|
||||
});
|
||||
}
|
||||
} else {
|
||||
callback();
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user