mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
pkg/mount: Remove set -x
Noisy. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
fe8084d5d1
commit
77ec9bced3
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
MOUNTPOINT="$1"
|
MOUNTPOINT="$1"
|
||||||
|
|
||||||
[ -z "$MOUNTPOINT" ] && echo "No mountpoint specified" && exit 1
|
[ -z "$MOUNTPOINT" ] && echo "No mountpoint specified" && exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user