mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2026-08-17 21:20:39 +02:00
fix: allow overriding LXC_MP in zmb-standalone
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
LXC_TEMPLATE_VERSION="debian-13-standard"
|
LXC_TEMPLATE_VERSION="debian-13-standard"
|
||||||
|
|
||||||
# Create sharefs mountpoint
|
# Create sharefs mountpoint
|
||||||
LXC_MP=1
|
[[ -z "$LXC_MP" ]] && LXC_MP=1
|
||||||
# Defines the mountpoint of the filesystem shared by Zamba inside your LXC container (default: tank)
|
# Defines the mountpoint of the filesystem shared by Zamba inside your LXC container (default: tank)
|
||||||
LXC_SHAREFS_MOUNTPOINT="tank"
|
LXC_SHAREFS_MOUNTPOINT="tank"
|
||||||
# Defines the recordsize of mp0
|
# Defines the recordsize of mp0
|
||||||
|
|||||||
Reference in New Issue
Block a user