Add delete_iface_option function
This commit is contained in:
parent
3d418e8a57
commit
e2243eca81
@ -288,6 +288,11 @@ next_iface()
|
|||||||
|
|
||||||
### common iface options
|
### common iface options
|
||||||
|
|
||||||
|
delete_iface_option()
|
||||||
|
{
|
||||||
|
shell_config_del "$1/options" "$2"
|
||||||
|
}
|
||||||
|
|
||||||
write_iface_option()
|
write_iface_option()
|
||||||
{
|
{
|
||||||
shell_config_set "$1/options" "$2" "$3"
|
shell_config_set "$1/options" "$2" "$3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user