diff --git a/src/packages/fff/fff-gateway/files/etc/gateway.d/01-version b/src/packages/fff/fff-gateway/files/etc/gateway.d/01-version index 1553179..9d30322 100644 --- a/src/packages/fff/fff-gateway/files/etc/gateway.d/01-version +++ b/src/packages/fff/fff-gateway/files/etc/gateway.d/01-version @@ -3,7 +3,7 @@ configure() { local config_version=$(uci -q get gateway.meta.config_version) # check if gateway config exists - if ! uci show gateway > /dev/null; then + if ! uci -q show gateway > /dev/null; then echo "ERROR: Gateway config could not be parsed or does not exist." exit 1