X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fsys.in;h=5f3447b866472ee6b8c74da3416ee19e837d29f0;hb=e8db349a5b2af6ffb9004ef6eed9cb9d3aa57231;hp=f293840157b323004092ffac8db97309a272ddb7;hpb=2479f74b8a87fa116dcae3ff04148f17745bca3d;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/handlers/sys.in b/handlers/sys.in index f293840..5f3447b 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -95,6 +95,11 @@ if [ $vservers_are_available = yes ]; then fi info "Using vservers '$vsnames'" usevserver=yes +else + # Get the config value again, but now without a default value + getconf vsnames + [ -z "$vsnames" ] || warning 'vservers support disabled in backupninja.conf, vsnames configuration line will be ignored' + fi ## PACKAGES ##############################