You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: