Update profile path
This commit is contained in:
parent
aca3a05e8d
commit
125fcac410
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. ./roles/home-cli/files/profile
|
. ./roles/home-cli/files/bash_profile
|
||||||
./user-cli.yml -i ./local.ini
|
./user-cli.yml -i ./local.ini
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. ./roles/home-cli/files/profile
|
. ./roles/home-cli/files/bash_profile
|
||||||
./user-gui.yml -i ./local.ini
|
./user-gui.yml -i ./local.ini
|
||||||
|
|
Loading…
Reference in a new issue