Made an adjustment so the script:a) sets a password if no FW password is
setb) if a password is set, verify whether it is a known passwordc)
change a known passwordd) exit with error code if an unknown password is
set #!/usr/bin/expect # Hacked toget...