summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-09 08:17:06 -0600
committerzachir <zachir@librem.one>2023-02-09 08:17:06 -0600
commit36647a0992e66718aacfde6f04df1a13cfaaa65b (patch)
treefb40f124015d27aefb8eaf9769121f48a3839ae6
parent97e1dbbbb98c2149090c62992a5099976a8f7b04 (diff)
update ups_ctl to not use unnecessary expects
-rwxr-xr-xups_ctl.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/ups_ctl.sh b/ups_ctl.sh
index 2e33110..8495a59 100755
--- a/ups_ctl.sh
+++ b/ups_ctl.sh
@@ -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\"