Add delete_iface_option function

This commit is contained in:
Mikhail Gordeev 2020-02-04 19:16:29 +03:00
parent 3d418e8a57
commit e2243eca81

View File

@ -288,6 +288,11 @@ next_iface()
### common iface options
delete_iface_option()
{
shell_config_del "$1/options" "$2"
}
write_iface_option()
{
shell_config_set "$1/options" "$2" "$3"