forked from extern/zfs-auto-snapshot
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:
parent
adebbd6fee
commit
d8b1730015
@ -508,4 +508,5 @@ done
|
|||||||
print_log notice "@$SNAPSHOT_NAME, \
|
print_log notice "@$SNAPSHOT_NAME, \
|
||||||
$SNAPSHOT_COUNT created, $DESTRUCTION_COUNT destroyed, $WARNING_COUNT warnings."
|
$SNAPSHOT_COUNT created, $DESTRUCTION_COUNT destroyed, $WARNING_COUNT warnings."
|
||||||
|
|
||||||
|
exit 0
|
||||||
# }
|
# }
|
||||||
|
Loading…
Reference in New Issue
Block a user