mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 00:26:59 +00:00
Makefile: shorten time to 10s
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ reset: config.json
|
||||
echo "No config.json" && \
|
||||
exit 1; \
|
||||
fi; \
|
||||
ssh -o ControlMaster=auto -o ControlPath=/tmp/ssh_mux_%h_%p_%r -o ControlPersist=10m -fN akpella && \
|
||||
ssh -o ControlMaster=auto -o ControlPath=/tmp/ssh_mux_%h_%p_%r -o ControlPersist=10s -fN akpella && \
|
||||
TEMPDIR=$$(ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella "cd /tmp && mktemp -d") && \
|
||||
scp -o ControlPath=/tmp/ssh_mux_%h_%p_%r config.json akpella:$${TEMPDIR} && \
|
||||
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \
|
||||
|
||||
Reference in New Issue
Block a user