mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 01:11:23 +00:00
pkg/mount: Remove set -x
Noisy. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user