4
0
Fork 0

fixed dropbear restart

This commit is contained in:
Benjamin Böhmke 2019-12-15 17:38:55 +01:00
parent 710ff5b186
commit f862f767be
1 changed files with 1 additions and 1 deletions

View File

@ -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"