From f25f49a8b7c5a038f8a50dbb74e10db19f26d15a Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Sat, 3 Apr 2021 22:00:31 +0200 Subject: [PATCH] nut: fix typo in nutshutdown script Even it's only cosmetic and should not affect the function of regular system, fix the name of the IPKG_INSTROOT variable. Typo was added long ago with 8400c9a6ec799. Signed-off-by: Sven Roederer --- net/nut/Makefile | 2 +- net/nut/files/nutshutdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nut/Makefile b/net/nut/Makefile index c699fe260..c26c5832c 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nut PKG_VERSION:=2.7.4 -PKG_RELEASE:=21 +PKG_RELEASE:=22 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/ diff --git a/net/nut/files/nutshutdown b/net/nut/files/nutshutdown index 86fe01bb9..7270f983f 100755 --- a/net/nut/files/nutshutdown +++ b/net/nut/files/nutshutdown @@ -24,7 +24,7 @@ do_fsd() { mount -o remount,ro /overlay /overlay mount -o remount,ro / / - . ${IPKG_INSTOOT}/lib/functions.sh + . ${IPKG_INSTROOT}/lib/functions.sh if [ -f /etc/config/nut_server ]; then config_load nut_server