move helper scripts in scripts dir [ci skip]
This commit is contained in:
parent
51a94faff4
commit
8da88f9f6d
18 changed files with 66 additions and 224 deletions
3
scripts/server_safe_poweroff/deploy_to_nas.sh
Executable file
3
scripts/server_safe_poweroff/deploy_to_nas.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o /tmp/powercheck-armv8 . && rsync /tmp/powercheck-armv8 Administrator@nas:~/server-power-cycle/ && rm /tmp/powercheck-armv8
|
||||
rsync synology_main.sh Administrator@nas:~/server-power-cycle/
|
||||
Loading…
Add table
Add a link
Reference in a new issue