mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Release IP and shutdown udhcpc.
|
||
|
pkill -9 -f '/bin/sh /etc/udhcpc/default.script'
|
||
|
ifconfig eth0 0.0.0.0
|