Skip to content
Snippets Groups Projects
Commit 80797fb6 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-node-info: add script to fix owner section after a run of a broken config mode

parent 99e74b10
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
. /lib/functions.sh
uci_remove gluon-node-info '@contact[0]' 2>/dev/null
uci_get gluon-node-info '@owner[0]' >/dev/null || uci_add gluon-node-info 'owner'
uci_commit gluon-node-info
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