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

This commit is contained in:
Matthias Schiffer 2014-01-22 18:49:57 +01:00
parent 54fec96e7b
commit 9d4fb5c6d5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SYSCONFIGDIR=/lib/gluon/core/sysconfig
sysconfig() {
cat "$SYSCONFIGDIR/$1"
cat "$SYSCONFIGDIR/$1" 2>/dev/null
}
sysconfig_set() {