Add an explicit exit 0 to the end of the script.

The implicit return is "$?", which can be set non-zero by
an earlier command.
This commit is contained in:
Darik Horn 2011-11-21 21:44:37 -06:00
parent adebbd6fee
commit d8b1730015

View File

@ -508,4 +508,5 @@ done
print_log notice "@$SNAPSHOT_NAME, \
$SNAPSHOT_COUNT created, $DESTRUCTION_COUNT destroyed, $WARNING_COUNT warnings."
exit 0
# }