Open pieveee opened 1 year ago
Bug fix
Currently, kong fails to start running with the following error:
/scripts/wrapper.sh: 3: set: Illegal option -o pipefail
And:
/scripts/wrapper.sh: line 8: /home/kong/kong.yml: Permission denied
/bin/sh
/bin/bash
/home/kong/kong.yml
/usr/local/kong/kong.yml
/home/kong/template.yml
/usr/local/template.yml
wrapper.sh
@milanvanschaik Can you check the merge request?
@milanvanschaik @bigbitbus @icrotz @cpdeethree @devudopw @kiwicopple could you have a look?
I don't have the rights to merge on this repository
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
Currently, kong fails to start running with the following error:
And:
What is the new behavior?
/bin/sh
to/bin/bash
(See https://www.baeldung.com/linux/illegal-option-o-pipefail)/home/kong/kong.yml
to/usr/local/kong/kong.yml
, as well as/home/kong/template.yml
to/usr/local/template.yml
in order to runwrapper.sh
script without permission issues