Merge pull request #7590 from cshoredaniel/pr-nut-driver-typo

nut: Fix a typo in setting a driver parameter
This commit is contained in:
Hannu Nyman 2018-12-06 08:54:15 +02:00 committed by GitHub
commit 5dfd1bcd74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nut
PKG_VERSION:=2.7.4
PKG_RELEASE:=9
PKG_RELEASE:=10
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/

View file

@ -210,7 +210,7 @@ build_global_driver_config() {
get_write_driver_config "$cfg" maxretry
get_write_driver_config "$cfg" retrydelay
get_write_driver_config "$cfg" pollinterval
get_write_dirver_config "$cfg" synchronous
get_write_driver_config "$cfg" synchronous
config_get runas "$cfg" user "nut"
RUNAS="$runas"