From 05849a7b381649cc26a7104188e9a6c3b348b5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Barth=C3=A9lemy?= <antoine.barthelemy@uclouvain.be> Date: Mon, 18 Sep 2023 13:50:17 +0200 Subject: [PATCH] change in SSH connections --- .../nemo/maintenance_tools/synchronize_configuration_files.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/nemo/maintenance_tools/synchronize_configuration_files.bash b/models/nemo/maintenance_tools/synchronize_configuration_files.bash index 05c4e94..4c46af8 100755 --- a/models/nemo/maintenance_tools/synchronize_configuration_files.bash +++ b/models/nemo/maintenance_tools/synchronize_configuration_files.bash @@ -16,7 +16,7 @@ then CONFIGURATION_FILES_PATH=/EXT/elic/d001/elic/barthele/models/nemo/configuration_files/ elif [ "$1" = "lucia" ] then - STORAGE_SSH_ACCESS=storage%cism + STORAGE_SSH_ACCESS=storageVcism CONFIGURATION_FILES_PATH=/gpfs/scratch/acad/limhr/barthele/models/nemo/configuration_files/ elif [ "$1" = "coriolis" ] then -- GitLab