mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
build-LXD.sh: Fix retrieval of debian version
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
b08e1214a1
commit
705574f07c
@ -31,7 +31,7 @@ prepare_dirs # tmp cache output
|
||||
|
||||
## BUILD NCP
|
||||
|
||||
debian_version="$(. etc/library.sh; echo "${RELEASE%%-security}")"
|
||||
debian_version="$(. etc/library.sh > /dev/null 2>&1; echo "${RELEASE%%-security}")"
|
||||
|
||||
LXC_CMD=lxc
|
||||
[[ "$USE_INCUS" == "yes" ]] && LXC_CMD=incus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user