Revision de7269cd snf-image-helper/common.sh

b/snf-image-helper/common.sh
159 159
  fi
160 160
}
161 161

  
162
trap cleanup EXIT
163 162

  
164 163
check_if_excluded() {
165 164

  
......
174 173
    return 0
175 174
}
176 175

  
176
trap cleanup EXIT
177

  
177 178
# Check if the execution of a task should be ommited
178 179
check_if_excluded
179 180

  

Also available in: Unified diff