diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2011-07-16 14:30:27 -0400 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2011-07-16 14:30:27 -0400 |
commit | 296d95cc1206b69da6fc8ecbd36aefec87e60646 (patch) | |
tree | 87fe4a8b522934dca1cbe548bb1c5959c42bd4af | |
parent | 36287fc1020fec6b2d46ff6b1450e872c049c11f (diff) | |
download | alpine-conf-296d95cc1206b69da6fc8ecbd36aefec87e60646.zip |
setup-apklbu: remove testing line that was left around
-rwxr-xr-x | setup-apklbu.in | 2 |
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 |