summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 8926c4d..fb8582e 100644
--- a/main.go
+++ b/main.go
@@ -14,6 +14,8 @@ import (
14 "golang.org/x/crypto/ssh" 14 "golang.org/x/crypto/ssh"
15) 15)
16 16
17// TODO: Use SCP to init controller https://github.com/bramvdbogaerde/go-scp
18
17const ( 19const (
18 CMD_PATH = "/var/etc/persistent/power_control.sh" 20 CMD_PATH = "/var/etc/persistent/power_control.sh"
19) 21)