diff options
-rw-r--r-- | etc/rc.d/ramdisk-own | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/ramdisk-own b/etc/rc.d/ramdisk-own index f1fe110..2e2017c 100644 --- a/etc/rc.d/ramdisk-own +++ b/etc/rc.d/ramdisk-own @@ -39,7 +39,6 @@ start_cmd="ramdisk_own_start" ramdisk_own_start() { -set -x for unit in $ramdisk_units; do device="/dev/md$unit" dir=`mount | grep $device | cut -d' ' -f3` |