mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
xinetd: fix syntax violation
see https://github.com/openwrt/packages/pull/16318#discussion_r687481110 Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
This commit is contained in:
@@ -71,7 +71,7 @@ config_cb() {
|
|||||||
local value="$2"
|
local value="$2"
|
||||||
|
|
||||||
# write out last list option if new list starts
|
# write out last list option if new list starts
|
||||||
if [ "$ListName" != "" -a "$ListName" != "$name" ]; then
|
if [ -n "$ListName" ] && [ "$ListName" != "$name" ]; then
|
||||||
|
|
||||||
echo -e "\t$ListName = $ListVals" >> $GENERATED_CONF_FILE
|
echo -e "\t$ListName = $ListVals" >> $GENERATED_CONF_FILE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user