use correct python path
This commit is contained in:
parent
61837a87e5
commit
faa6433f34
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
exec \
|
exec \
|
||||||
/usr/bin/python3 \
|
/usr/local/bin/python \
|
||||||
"/app/${JBOPS_SCRIPT_PATH}" \
|
"/app/${JBOPS_SCRIPT_PATH}" \
|
||||||
"$@"
|
"$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user