chore: fix luacheck error & add comment to release-ip.sh

pull/2341/head
Qingping Hou 8 years ago
parent 17b453cd02
commit b7cdf103e3

@ -6,7 +6,6 @@ local VerticalScrollBar = Widget:new{
enable = true,
low = 0,
high = 1,
width = 6,
height = 50,
bordersize = 1,

@ -1,5 +1,6 @@
#!/bin/sh
# PATH export is only needed if you run this script manually from a shell
export PATH=$PATH:/sbin
# Release IP and shutdown udhcpc.

Loading…
Cancel
Save