summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-09-11 20:59:13 +0000
committerdteske <dteske@FreeBSD.org>2015-09-11 20:59:13 +0000
commit41e091074aaa43a3b04d969ebc5c1373b1f6b3d7 (patch)
tree19e08848255a210b7c5c1304d539c04d74c86d7b /usr.sbin/bsdinstall
parent4f2a0e318fa0a3754dea16bcf69fe42d19b36aef (diff)
downloadFreeBSD-src-41e091074aaa43a3b04d969ebc5c1373b1f6b3d7.zip
FreeBSD-src-41e091074aaa43a3b04d969ebc5c1373b1f6b3d7.tar.gz
Explicitly exit with success
MFC after: 3 days X-MFC-to: stable/10
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 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