Skip to content
Snippets Groups Projects
Commit ab47f0d7 authored by Jan Luebbe's avatar Jan Luebbe
Browse files

nodeconfig: status: add uname -a to output

parent bd0972c0
No related branches found
No related tags found
1 merge request!2add script to collect debug information
......@@ -6,6 +6,7 @@ brief_interface() {
echo -n 'gluon model: '; cat /tmp/sysinfo/model
echo -n 'gluon release: '; cat /lib/gluon/release
echo -n 'uname: '; uname -a
echo -n 'autoupdater: '
if [ $(uci get autoupdater.settings.enabled) == "1" ]; then echo "enabled ($(uci get autoupdater.settings.branch))"; else echo "disabled"; fi
echo -n 'uptime: '; uptime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment