summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcore/rootfs/rootfs-stage32/data/opt/openslx/bin/mountpoint3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/rootfs/rootfs-stage32/data/opt/openslx/bin/mountpoint b/core/rootfs/rootfs-stage32/data/opt/openslx/bin/mountpoint
new file mode 100755
index 00000000..246e8bae
--- /dev/null
+++ b/core/rootfs/rootfs-stage32/data/opt/openslx/bin/mountpoint
@@ -0,0 +1,3 @@
+#!/bin/ash
+
+exec slx-tools fs_path_ismountpoint "$@"