aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Wagner <mail@jwagner.eu>2015-12-09 23:18:36 +0100
committerJan Wagner <mail@jwagner.eu>2015-12-09 23:18:36 +0100
commitb95e309600c17686c3702e79bf500c156c80d5bb (patch)
treeb5dd4780dbd56dc2dd35539637918790e8006044
parentba0ef8aae187d3bbc2b335622cebde7bfe9e8bde (diff)
downloadrpi2-gen-image-b95e309600c17686c3702e79bf500c156c80d5bb.tar.gz
rpi2-gen-image-b95e309600c17686c3702e79bf500c156c80d5bb.tar.bz2
rpi2-gen-image-b95e309600c17686c3702e79bf500c156c80d5bb.zip
fix: removed dead man exit
-rwxr-xr-xrpi2-gen-image.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpi2-gen-image.sh b/rpi2-gen-image.sh
index 1fcce96..4c61b53 100755
--- a/rpi2-gen-image.sh
+++ b/rpi2-gen-image.sh
@@ -106,7 +106,6 @@ fi
# Make sure all required packages are installed
apt-get -qq -y install ${REQUIRED_PACKAGES}
-exit
# Don't clobber an old build
if [ -e "$BUILDDIR" ]; then