aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/ramdisk-own1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/ramdisk-own b/etc/rc.d/ramdisk-own
index f1fe11038ebd..2e2017cc90a8 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`