From bfb00f9d7bc8f70946d2cbbea34c13a00357c30d Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 23 Aug 2022 15:00:39 +0100 Subject: [PATCH] Load the new profile file for environment variables --- console.sh | 2 +- desktop.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/console.sh b/console.sh index cadb72f..86b9b0d 100755 --- a/console.sh +++ b/console.sh @@ -1,4 +1,4 @@ #!/bin/sh -. ./roles/home-cli/files/bashrc +. ./roles/home-cli/files/profile ./admin-cli.yml -K -i ./local.ini ./user-cli.yml -i ./local.ini diff --git a/desktop.sh b/desktop.sh index 2e00148..d6c0259 100755 --- a/desktop.sh +++ b/desktop.sh @@ -1,4 +1,4 @@ #!/bin/sh -. ./roles/home-cli/files/bashrc +. ./roles/home-cli/files/profile ./admin-gui.yml -K -i ./local.ini ./user-gui.yml -i ./local.ini