random stuff

This commit is contained in:
2019-10-04 05:26:45 -07:00
parent 45b3eb8ad5
commit 1675072561
6 changed files with 40 additions and 4 deletions

View File

@@ -7,4 +7,4 @@ if [[ ! -e "$KEYFILE" ]]; then
exit 1
fi
gpg -d "$KEYFILE" | ssh root@syncpi-las1-bravo.tor "bash /root/unlock_disks"
gpg -d "$KEYFILE" | ssh root@syncpi-las1-bravo.local "bash /root/unlock_disks"