mirror of
https://github.com/LRGEX/Klipper-docker.git
synced 2026-03-07 04:20:51 +01:00
kmf-v2.5
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user