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

rdiff: $VROOTDIR/$vserver was prepended twice, fixed ; thanks to Florian Burka

parent 8776e3a3
Branches
Tags
No related merge requests found
...@@ -192,7 +192,7 @@ if [ $usevserver = yes ]; then ...@@ -192,7 +192,7 @@ if [ $usevserver = yes ]; then
for vi in $vsinclude; do for vi in $vsinclude; do
i=`readlink -f $VROOTDIR/$vserver$vi` i=`readlink -f $VROOTDIR/$vserver$vi`
str="${i//__star__/*}" str="${i//__star__/*}"
execstr="${execstr}--include '$VROOTDIR/$vserver$str' " execstr="${execstr}--include '$str' "
done done
done done
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment