DPK - Can psft-dpk-setup.sh in PT 8.56.09 be run without TTY input or customisation
Hi All,
I'm trying to automate a CS9.2 PUM 10 installation using psft-dpk-setup.sh on Linux. According to "MOS note E-DPK: Sample Response_file To Use For 8.56 PeopleTools DPK (Doc ID 2308285.1)" silent installs with response files are not supported yet - really looking forward to this!
On 8.55 I was able to use a bash heredoc to pump info to the setup script however on 8.56.09 the python script appears to have been updated to force input from TTY (the get_passwd.get_passwd function just gobbles everything on stdin).
Just wondering if anyone has found an easy way around this or if I'm going to need to hard code this somewhere in the install bundle?