pia-foss / manual-connections

Scripts for manual connections to Private Internet Access
MIT License
620 stars 170 forks source link

Make sourcing scripts path relative to script, not current working directory #145

Open dacabdi opened 2 years ago

dacabdi commented 2 years ago

The entry point setup script cannot source the other scripts if the current working directory is not the root of the repository. It would be more robust to make all sourcing relative to the root of the repository.

g00nix commented 2 years ago

I think this is covered by these two PRs:

Please confirm if these PRs solve your issue, so that we can proceed to clean them up and merge them.

dacabdi commented 2 years ago

Yes @g00nix, I think that works.