Skip to content
Snippets Groups Projects
Commit 41fe5b5fc47c authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Update port number on takobasu

parent 1062cc267cfc
No related branches found
No related tags found
1 merge request!4Topic/default/fix sync script
......@@ -8,4 +8,4 @@
MAIN_SERVER=takobasu.octobus.net
TARGET_RESULTS_PATH="/home/${USER}/scmperf/results/"
rsync -e ssh -r "${ROOT}/results/" "${USER}@${MAIN_SERVER}:${TARGET_RESULTS_PATH}"
\ No newline at end of file
rsync -e 'ssh -p 7022' -r "${ROOT}/results/" "${USER}@${MAIN_SERVER}:${TARGET_RESULTS_PATH}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment