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

gluon-core: sysconfig: don't print error message for unset config

parent 5e0048ae
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ SYSCONFIGDIR=/lib/gluon/core/sysconfig ...@@ -2,7 +2,7 @@ SYSCONFIGDIR=/lib/gluon/core/sysconfig
sysconfig() { sysconfig() {
cat "$SYSCONFIGDIR/$1" cat "$SYSCONFIGDIR/$1" 2>/dev/null
} }
sysconfig_set() { sysconfig_set() {
......
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