mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 00:23:30 +00:00
7 lines
181 B
Bash
7 lines
181 B
Bash
![]() |
#!/bin/sh
|
||
|
#
|
||
|
# This script is called by dsl_cpe_control whenever there is a DSL event
|
||
|
# and calls any available hotplug script(s) in /etc/hotplug.d/dsl.
|
||
|
|
||
|
exec /sbin/hotplug-call dsl
|