mirror of
https://github.com/koreader/koreader
synced 2024-11-16 06:12:56 +00:00
7 lines
119 B
Bash
7 lines
119 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Release IP and shutdown udhcpc.
|
||
|
|
||
|
pkill -9 -f '/bin/sh /etc/udhcpc.d/default.script'
|
||
|
ifconfig eth0 0.0.0.0
|