nastools: add mnt bind (#34)
This commit is contained in:
parent
6f7774b323
commit
7bdb4ba234
applications/luci-app-nastools
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_VERSION:=1.1.0-20220903
|
PKG_VERSION:=1.1.1-20221012
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for nastools
|
LUCI_TITLE:=LuCI support for nastools
|
||||||
|
@ -46,6 +46,9 @@ do_install_detail() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cmd="$cmd -v /mnt:/mnt"
|
||||||
|
mountpoint -q /mnt && cmd="$cmd:rslave"
|
||||||
|
|
||||||
cmd="$cmd --name nastools \"$IMAGE_NAME\""
|
cmd="$cmd --name nastools \"$IMAGE_NAME\""
|
||||||
|
|
||||||
echo "$cmd"
|
echo "$cmd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user