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
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ EOF ...@@ -299,7 +299,7 @@ EOF
EOF EOF
set -o noglob 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 for i in $rdiff_vsincludes; do
echo "vsinclude = $i" >> $next_filename echo "vsinclude = $i" >> $next_filename
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment