mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 08:36: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" && \
|
echo "No config.json" && \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi; \
|
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") && \
|
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} && \
|
scp -o ControlPath=/tmp/ssh_mux_%h_%p_%r config.json akpella:$${TEMPDIR} && \
|
||||||
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \
|
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \
|
||||||
|
|||||||
Reference in New Issue
Block a user