Load the new profile file for environment variables

This commit is contained in:
Anthony Rose 2022-08-23 15:00:39 +01:00
parent 738237f206
commit bfb00f9d7b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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