Merge pull request #92 from rschaeuble/master

Fix #91: do not use exit codes > 255
This commit is contained in:
Jim Salter 2017-06-22 08:24:54 -04:00 committed by GitHub
commit c10e33655f
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ sub getmatchingsnapshot {
print " replication must be to a NON EXISTENT DATASET, which will\n";
print " then be CREATED BY the initial replication process.\n\n";
}
exit 256;
exit 3;
}
sub newsyncsnap {