mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-metrics.cfg.sh: Exclude snapshots from backup monitoring on LXD/LXC
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
4dd2dcef6a
commit
ab501b3f51
@ -51,7 +51,7 @@ EOF
|
||||
EOF
|
||||
}
|
||||
|
||||
is_docker || {
|
||||
is_docker || is_lxc || {
|
||||
|
||||
DATADIR=$( get_nc_config_value datadirectory ) || {
|
||||
echo "ERROR: Could not get data directory. Is NextCloud running?" >&2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user