Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to manipulate Core Apps #5

Open
Cringely opened this issue Jul 9, 2019 · 0 comments
Open

Unable to manipulate Core Apps #5

Cringely opened this issue Jul 9, 2019 · 0 comments

Comments

@Cringely
Copy link

Cringely commented Jul 9, 2019

They way the appexempt() function currently runs is to call _appgen.sh for each set of apps. However _appgen.sh overwrites the output file with the current pipeline. Line 98 executes and outputs a list of Core apps to the app.list file, then Line 99 executes and overwrites the file again such that single core apps can't be chosen.

I modified the _appgen.sh files to output to stdout rather than a file and changed the appexempt() function to pipe that output to file and sort as a fix. However that required forking 3 repos.

Read more here: https://pgblitz.com/threads/exempt-ombi-from-pgshield.4904/post-31586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant