1
0
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:
2026-02-05 17:01:36 +02:00
parent ec119d6373
commit 5ceee60d7a

View File

@@ -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 \