diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 42a23a6..24776db 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -51,4 +51,4 @@ fi # Replace the previous version with the current version. rm -rf ${COMPARE}/previous mv ${COMPARE}/current ${COMPARE}/previous -exit 1 +exit 0 |