From 91b05c02989b0799d8ed9ebe9dc71ef105080511 Mon Sep 17 00:00:00 2001 From: "jean-marie.place" <jean-marie.place@univ-lille.fr> Date: Sun, 21 Jan 2024 18:31:02 +0100 Subject: [PATCH] affiche l ip en fin de creation de la MV --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 1d3a5dbd..c3403ff1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -103,6 +103,8 @@ EOF cp $CONFIG/.env /opt/scodoc/.env cd /opt/scodoc yes | tools/restore_scodoc9_data.sh /$CONFIG/SCODOC.tgz + echo -n "Adresse ip: " + ip a show eth1 SHELL VAGRANT_COMMAND = ARGV[0] -- GitLab