Browse Source

Fixed sortedEvent to fix bug #8

master
LecygneNoir 5 years ago
parent
commit
5fcbd2951d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rollback_module.sh

+ 1
- 1
rollback_module.sh View File

@ -78,7 +78,7 @@ function rebuild_txt {
currentEvent=""
currentNode=""
for index in "${!sortedEvent[@]}"; do
for index in "${sortedEvent[@]}"; do
# If currentEvent is different than our index, then we just changed event and need to close the precedent
# We also closed the next event in line
if [[ ${currentEvent} != ${index} && "${currentEvent}" != "" ]]; then

Loading…
Cancel
Save