mirror of https://github.com/schoebel/mars
test_suite: replace global with local parameter
This commit is contained in:
parent
100715e698
commit
5558eb9d65
|
@ -90,7 +90,7 @@ function logrotate_loop
|
|||
then
|
||||
marsadm_do_cmd $host "log-delete-all" $res || lib_exit 1
|
||||
fi
|
||||
sleep $logrotate_sleep_time_between_rotates
|
||||
sleep $sleep_time_between_rotates
|
||||
let count+=1
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue