mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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 8400c9a6ec.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
This commit is contained in:
committed by
Rosen Penev
parent
86a20c7955
commit
f25f49a8b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user