aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2011-07-16 14:30:27 -0400
committerJeff Bilyk <jbilyk@gmail.com>2011-07-16 14:30:27 -0400
commit296d95cc1206b69da6fc8ecbd36aefec87e60646 (patch)
tree87fe4a8b522934dca1cbe548bb1c5959c42bd4af
parent36287fc1020fec6b2d46ff6b1450e872c049c11f (diff)
downloadalpine-conf-296d95cc1206b69da6fc8ecbd36aefec87e60646.tar.bz2
alpine-conf-296d95cc1206b69da6fc8ecbd36aefec87e60646.tar.xz
setup-apklbu: remove testing line that was left around
-rwxr-xr-xsetup-apklbu.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup-apklbu.in b/setup-apklbu.in
index 45dd52a..103511d 100755
--- a/setup-apklbu.in
+++ b/setup-apklbu.in
@@ -41,8 +41,6 @@ if [ -z $MOUNTPOINT ]; then
default_read MOUNTPOINT "$MOUNTPOINT"
fi
-echo "$MOUNTPOINT" && exit 1
-
mountstatus="`mount | grep /media/${MOUNTPOINT}`"
if [ -z $mountstatus ]; then