fix luci-app-udp2raw

This commit is contained in:
wangyu- 2018-01-14 07:11:55 -06:00
parent 85245c5963
commit a884b02b26

View File

@ -41,6 +41,8 @@ create_config() {
[ -n "$log_level" ] && echo "--log-level ${log_level}" >> $config_file
echo "--disable-color" >> $config_file
echo "--wait-lock" >> $config_file
}
validate_config_section() {