This commit is contained in:
lrgex
2023-11-15 15:58:40 +03:00
parent db67e9fd9f
commit eb207aa4b0
4 changed files with 26 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
# expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind
# Set timeout
set timeout 3000
# Start your process
spawn /opt/lrgex/kiauh/kiauh.sh
@@ -41,4 +42,8 @@ expect {
set menu 0
exp_continue
}
timeout {
puts "Operation timed out"
exit 1
}
}

View File

@@ -2,6 +2,9 @@
# expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind
# Set timeout
set timeout 3000
# Start your process
spawn /opt/lrgex/kiauh/kiauh.sh
@@ -51,4 +54,8 @@ expect {
set menu 0
exp_continue
}
timeout {
puts "Operation timed out"
exit 1
}
}

View File

@@ -2,6 +2,8 @@
# expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind
# Set timeout
set timeout 3000
# Start your process
spawn /opt/lrgex/kiauh/kiauh.sh
@@ -40,4 +42,8 @@ expect {
set menu 0
exp_continue
}
timeout {
puts "Operation timed out"
exit 1
}
}

View File

@@ -3,6 +3,9 @@
# expect used tcl syntax which is very indetaion and spaces sensitive keep that in mind
# Set timeout
set timeout 3000
# Start your process
spawn /opt/lrgex/kiauh/kiauh.sh
@@ -40,4 +43,8 @@ expect {
set menu 0
exp_continue
}
timeout {
puts "Operation timed out"
exit 1
}
}