MFC r287688: Explicitly exit with success

This commit is contained in:
dteske 2015-11-02 22:08:11 +00:00
parent 14185b9813
commit 334ccc01af

View File

@ -1,7 +1,7 @@
#!/bin/sh
#-
# Copyright (c) 2011 Nathan Whitehorn
# Copyright (c) 2013 Devin Teske
# Copyright (c) 2013-2015 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -125,6 +125,7 @@ cp /etc/localtime $1/etc
bsdinstall entropy
f_dprintf "Installation Completed at %s" "$(date)"
exit $SUCCESS
################################################################################
# END