mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iopupgrade: Prevent cleaning twice.
This commit is contained in:
parent
cdce816fd2
commit
42c0e1ecc8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ function finish {
|
|||
then
|
||||
|
||||
function_call upd_cleanup
|
||||
run_cleanup=0
|
||||
log ""
|
||||
fi
|
||||
|
||||
|
|
@ -90,7 +91,6 @@ function sig_pipe {
|
|||
|
||||
# if a timout happens terminate
|
||||
function timeout {
|
||||
finish
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue