diff options
Diffstat (limited to 'ups_ctl.sh')
-rwxr-xr-x | ups_ctl.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,10 +2,7 @@ /usr/bin/expect -c "spawn ssh localadmin@$1 expect \"password:\" send \"$3\r\" -expect \"Last login:\" -expect \"*from\" -expect \"*wait...\" -expect \"*> \" +expect -timeout 60 \"localadmin>\" send \"device\r\" expect \"*)> \" send \"load 1\r\" |