From a8f3360e938b3cfc8b785222be522cdbf83e5692 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 5 Nov 2018 15:56:27 +0100 Subject: Split default init scripts into seperate package Signed-off-by: David Oberhollenzer --- scripts/trymount.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 scripts/trymount.sh (limited to 'scripts/trymount.sh') diff --git a/scripts/trymount.sh b/scripts/trymount.sh deleted file mode 100644 index 9be77f6..0000000 --- a/scripts/trymount.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [ -d "$1" ]; then - if grep -qsE "[[:space:]]+$2$" "/proc/filesystems"; then - mount -n -t "$2" -o "$3" "$2" "$1" - fi -fi -- cgit v1.2.3