fixed dropbear restart
This commit is contained in:
parent
710ff5b186
commit
f862f767be
@ -14,7 +14,7 @@ import (
|
||||
// system configurations
|
||||
var systemShadow = "/data/etc/shadow"
|
||||
var systemDropbearConfig = "/data/etc/dropbear/dropbear.conf"
|
||||
var systemDropbearRestart = "rc-service dropbear start"
|
||||
var systemDropbearRestart = "rc-service dropbear restart"
|
||||
var systemShutdown = "poweroff"
|
||||
var systemReboot = "reboot"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user