Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
23
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware-Developer
Firmware
Commits
cee936f7
Commit
cee936f7
authored
1 year ago
by
Stephan
Browse files
Options
Downloads
Patches
Plain Diff
add check if backbone.number of clients have been modified
parent
01271c5c
No related branches found
Branches containing commit
Tags
TESTING_FIRMWARE_8.2.4
Tags containing commit
No related merge requests found
Pipeline
#2890
passed with stages
in 5 hours, 3 minutes, and 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
files/common/usr/lib/ddmesh/ddmesh-upgrade.sh
+1
-1
1 addition, 1 deletion
files/common/usr/lib/ddmesh/ddmesh-upgrade.sh
with
1 addition
and
1 deletion
files/common/usr/lib/ddmesh/ddmesh-upgrade.sh
+
1
−
1
View file @
cee936f7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment