projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix more instances of '' abuse
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
hotplug.d
/
usb
/
01-mount
diff --git
a/package/base-files/default/etc/hotplug.d/usb/01-mount
b/package/base-files/default/etc/hotplug.d/usb/01-mount
index
c28ada2
..
c4d356b
100644
(file)
--- a/
package/base-files/default/etc/hotplug.d/usb/01-mount
+++ b/
package/base-files/default/etc/hotplug.d/usb/01-mount
@@
-1,3
+1,6
@@
+#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
mount_storage() {
cd /dev/discs
for dev in disc*; do
This page took
0.022647 seconds
and
4
git commands to generate.