Login  Register

stty: standard input: Inappropriate ioctl for device

Posted by kvmishra on Apr 08, 2024; 6:41am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/stty-standard-input-Inappropriate-ioctl-for-device-tp12413.html

Dear Sir,

I'm passing the passwords in shell script by using << EOF
EOF
but its giving the warning as "stty: standard input: Inappropriate ioctl for device". is this expected?

Please see below script for reference-
#!/bin/bash
apps_pwd=apps
wl_pwd=weblogic

. /data/DEV/apps/EBSapps.env run

cd $ADMIN_SCRIPTS_HOME
perl adpreclone.pl appsTier << EOF
$apps_pwd
$wl_pwd
EOF

Thanks
Vikash