mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2024-11-25 17:43:12 +01:00
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