From 800e26f27be115b8fb4b070b6f67cb498b0af8a6 Mon Sep 17 00:00:00 2001 From: Billy Bethell <93923166+bbethell-1@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:00:04 +0100 Subject: [PATCH] Update bash_profile - fix labdir (#8734) --- ansible/roles/containerlab/files/bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/containerlab/files/bash_profile b/ansible/roles/containerlab/files/bash_profile index f31d55b6f40..cbefa18b25d 100644 --- a/ansible/roles/containerlab/files/bash_profile +++ b/ansible/roles/containerlab/files/bash_profile @@ -7,6 +7,7 @@ fi # User specific environment and startup programs SSH_ENV="$HOME/.ssh/agent-environment" +LABDIR="$HOME/advanced-networking-workshop" function start_agent { echo "Initialising new SSH agent..."