4 local tag
="$(echo "$1" | cut -d= -f1)"
5 local value
="$(echo "$1" | cut -d= -f2-)"
8 response
="$(soloscli -s "$port" "$tag" "$value")"
10 logger
"soloscli($port): $tag '$value' returns $response"
14 if [ "$ACTION" = "add" ]; then
20 port
="${DEVICENAME#solos-pci}"
23 config_list_foreach wan
"$device" dialog
This page took 0.048143 seconds and 5 git commands to generate.