mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-24 00:33:09 -05:00
add initial session ticket key synchronization
This commit is contained in:
parent
f9430a1aeb
commit
9fde84c877
7 changed files with 121 additions and 1 deletions
14
deploy-secondary
Executable file
14
deploy-secondary
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
. shared.sh
|
||||
. hosts.sh
|
||||
|
||||
for host in ${hosts_secondary[@]}; do
|
||||
remote=root@$host
|
||||
|
||||
echo
|
||||
echo $host
|
||||
echo
|
||||
|
||||
rsync --chmod=F755 session-ticket-keys-sync-deploy $remote:/usr/local/bin/
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue