pxe: facilitate run
This commit is contained in:
parent
748a2255eb
commit
887cf162c5
|
@ -59,6 +59,10 @@ END
|
|||
}
|
||||
|
||||
init_config() {
|
||||
|
||||
# get where the script is
|
||||
cd "$(dirname "${0}")"
|
||||
|
||||
if [ -f ./.env ]; then
|
||||
. ./.env
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue