mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Reboot functionality added
This commit is contained in:
@@ -30,6 +30,7 @@ module.exports = function(options) {
|
||||
.dependency(require('./device/plugins/install'))
|
||||
.dependency(require('./device/plugins/forward'))
|
||||
.dependency(require('./device/plugins/group'))
|
||||
.dependency(require('./device/plugins/reboot'))
|
||||
.define(function(options, solo) {
|
||||
if (process.send) {
|
||||
// Only if we have a parent process
|
||||
|
||||
Reference in New Issue
Block a user