Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Aug 11, 2023
1 parent ec84f6c commit 6c77156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc/od/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def safe_secrets_requirement_prefix( secrets_requirement, namespace ):

# release 2.X ONLY
# read the CMD with fallback for compatibiliy with old version release
cmd = '/composer/appli-dockerentrypoint.sh'
cmd = '/composer/appli-docker-entrypoint.sh'
# read WORKING with fallback for compatibiliy with old version release
workingdir = oc.od.settings.getballoon_homedirectory()
# read USER with fallback for compatibiliy with old version release
Expand Down

0 comments on commit 6c77156

Please sign in to comment.