gateway.d: Remove output from meta script

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
This commit is contained in:
Fabian Bläse 2019-05-25 20:48:32 +02:00
parent 656102999a
commit 29d5a10153
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ configure() {
## hoodname
if hood=$(uci -q get fff.system.hoodname); then
echo "Setting hood name: $hood"
uci -q set "system.@system[0].hood=$hood"
else
echo "WARNING: No hoodname set!"