aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2015-09-11 20:59:13 +0000
committerDevin Teske <dteske@FreeBSD.org>2015-09-11 20:59:13 +0000
commit0705286bfb0dcb05101313dee407c1a8f5cd1c1e (patch)
tree19e08848255a210b7c5c1304d539c04d74c86d7b /usr.sbin/bsdinstall
parentfef95330a8a96efdd7ba214d4422c4062b96b512 (diff)
downloadsrc-0705286bfb0dcb05101313dee407c1a8f5cd1c1e.tar.gz
src-0705286bfb0dcb05101313dee407c1a8f5cd1c1e.zip
Explicitly exit with success
MFC after: 3 days X-MFC-to: stable/10
Notes
Notes: svn path=/head/; revision=287688
Diffstat (limited to 'usr.sbin/bsdinstall')
-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 cb86060b03fd..ecfbb78357d9 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