Load the new profile file for environment variables
This commit is contained in:
parent
738237f206
commit
bfb00f9d7b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. ./roles/home-cli/files/bashrc
|
. ./roles/home-cli/files/profile
|
||||||
./admin-cli.yml -K -i ./local.ini
|
./admin-cli.yml -K -i ./local.ini
|
||||||
./user-cli.yml -i ./local.ini
|
./user-cli.yml -i ./local.ini
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. ./roles/home-cli/files/bashrc
|
. ./roles/home-cli/files/profile
|
||||||
./admin-gui.yml -K -i ./local.ini
|
./admin-gui.yml -K -i ./local.ini
|
||||||
./user-gui.yml -i ./local.ini
|
./user-gui.yml -i ./local.ini
|
||||||
|
|
Loading…
Reference in a new issue