Skip to content
Snippets Groups Projects
Commit cf0e2ac5 authored by micah's avatar micah :speech_balloon:
Browse files

Removed vsnames variable check as it is "over-paranoid" :)

parent 94af1f19
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,6 @@ if [ $vservers_are_available = yes ]; then
fi
else
[ -z "$vsinclude" ] || warning 'vservers support disabled in backupninja.conf, vsincludes configuration lines will be ignored'
[ -z "$vsnames" ] || warning 'vservers support disabled in backupninja.conf, vsnames configuration line will be ignored'
fi
# check the connection at the source and destination
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment