mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 07:47:10 +00:00
Merge pull request #2209 from ijc/expurgate-set--x
pkg/mount: Remove set -x
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
MOUNTPOINT="$1"
|
||||
|
||||
[ -z "$MOUNTPOINT" ] && echo "No mountpoint specified" && exit 1
|
||||
|
||||
Reference in New Issue
Block a user