Signed-off-by: Niranjan M.R mrniranjan@redhat.com Setting permissions to 600 sets the file permissions to "---x-wx--T." causing the sshpass to not have permission to read the password file.
This patch sets the read write permissions in octal mode.
Metadata Update from @mrniranjan: - Request assigned
LGTM
Pull-Request has been merged by mrniranjan
Signed-off-by: Niranjan M.R mrniranjan@redhat.com
Setting permissions to 600 sets the file permissions to "---x-wx--T."
causing the sshpass to not have permission to read the password file.
This patch sets the read write permissions in octal mode.