pkg/mount: Remove set -x

Noisy.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-07-14 14:47:07 +01:00
parent fe8084d5d1
commit 77ec9bced3

View File

@ -1,7 +1,5 @@
#!/bin/sh
set -x
MOUNTPOINT="$1"
[ -z "$MOUNTPOINT" ] && echo "No mountpoint specified" && exit 1