Skip to content
Snippets Groups Projects
Commit a8cf739f authored by intrigeri's avatar intrigeri
Browse files

rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff handler, weird.)

parent b52464c1
Branches
Tags
No related merge requests found
......@@ -299,7 +299,7 @@ EOF
EOF
set -o noglob
echo -e "vsnames = \"$selected_vservers\"\n" >> $next_filename
echo -e "vsnames = $selected_vservers\n" >> $next_filename
for i in $rdiff_vsincludes; do
echo "vsinclude = $i" >> $next_filename
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment