summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-11-02 22:08:11 +0000
committerdteske <dteske@FreeBSD.org>2015-11-02 22:08:11 +0000
commit334ccc01afb51e0b5e3c1e4c782930c98ec40039 (patch)
treecdb15f59c6dc3d07d7bc61c9e624e92509804b8c
parent14185b9813f7919983e1b6ffc2bc87aa078086f0 (diff)
downloadFreeBSD-src-334ccc01afb51e0b5e3c1e4c782930c98ec40039.zip
FreeBSD-src-334ccc01afb51e0b5e3c1e4c782930c98ec40039.tar.gz
MFC r287688: Explicitly exit with success
-rwxr-xr-xusr.sbin/bsdinstall/scripts/jail3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/jail b/usr.sbin/bsdinstall/scripts/jail
index cb86060..ecfbb78 100755
--- a/usr.sbin/bsdinstall/scripts/jail
+++ b/usr.sbin/bsdinstall/scripts/jail
@@ -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
OpenPOWER on IntegriCloud