Skip to content
Snippets Groups Projects
Commit cee936f7 authored by Stephan's avatar Stephan
Browse files

add check if backbone.number of clients have been modified

parent 01271c5c
No related branches found
Tags TESTING_FIRMWARE_8.2.4
No related merge requests found
Pipeline #2890 passed with stages
in 5 hours, 3 minutes, and 51 seconds
......@@ -329,7 +329,7 @@ _8_2_4_callback_upgrade_backbone ()
upgrade_8_2_4()
{
uci add_list ddmesh.communities.community='1022%Geringswalde'
uci -q set ddmesh.backbone.number_of_clients=6
test "$(uci -q get ddmesh.backbone.number_of_clients)" = "5" && uci -q set ddmesh.backbone.number_of_clients=6
if [ -x "/usr/bin/wg" ]; then
config_load ddmesh
config_foreach _8_2_4_callback_upgrade_backbone backbone_client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment