aboutsummaryrefslogtreecommitdiff
path: root/scripts/trymount.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/trymount.sh.in')
-rw-r--r--scripts/trymount.sh.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/trymount.sh.in b/scripts/trymount.sh.in
deleted file mode 100644
index a382792..0000000
--- a/scripts/trymount.sh.in
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ -d "$1" ]; then
- if @BINPATH@/grep -qsE "[[:space:]]+$2$" "/proc/filesystems"; then
- mount -n -t "$2" -o "$3" "$2" "$1"
- fi
-fi