Skip to content

Commit

Permalink
corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-2020 committed Jan 7, 2025
1 parent 11eb219 commit ef0b687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN \
echo "InstallDir=/opt/softwareag" >> installer.script && \
echo "adminPassword=${ADMIN_PASSWORD}" >> installer.script && \
echo "Username=${EMPOWER_USERNAME}" >> installer.script && \
echo "Password=${EMPOWER_PASSWORD}" >> installer.script &&
echo "Password=${EMPOWER_PASSWORD}" >> installer.script && \
echo "proxy=${PROXY}" >> installer.script

RUN echo 'Debug Installer script: ' && echo && cat installer.script
Expand Down

0 comments on commit ef0b687

Please sign in to comment.