X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=handlers%2Fsys.in;fp=handlers%2Fsys.in;h=5f3447b866472ee6b8c74da3416ee19e837d29f0;hp=f293840157b323004092ffac8db97309a272ddb7;hb=24759636cc4b5439fa30eeac5af97e97671dc6be;hpb=02d453979b6d78bb1e6a27bfb731133611132371 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 ##############################