esac
# delay between each test (in seconds, optional)
-DELAY=0.1
+DELAY=${MYDELAY:-0.1}
# Echo the command being executed to a file/device (optional) This is useful
# when unionfs printk's some debugging output which may go to a log file,
esac
# delay between each test (in seconds or fractions thereof, optional)
-DELAY=0.1
+DELAY=${MYDELAY:-0.1}
# Echo the command being executed to a file/device (optional) This is useful
# when unionfs printk's some debugging output which may go to a log file,
esac
# delay between each test (in seconds, optional)
-DELAY=0.1
+DELAY=${MYDELAY:-0.1}
# Echo the command being executed to a file/device (optional) This is useful
# when unionfs printk's some debugging output which may go to a log file,