X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Ffunctions;h=8808372821e72b414d296da9316135c86753c043;hb=e3be43e3ee2157a63ea175463629c2433f595854;hp=9c3017446eb049e7d10a5a34d7f545e1442cb949;hpb=90396bb3e91e3235807abcfcbbcd9aac080ed9c8;p=util-vserver.git diff --git a/util-vserver/scripts/functions b/util-vserver/scripts/functions index 9c30174..8808372 100644 --- a/util-vserver/scripts/functions +++ b/util-vserver/scripts/functions @@ -758,7 +758,7 @@ function vshelper.initSync local fifo="$tmpdir"/pipe mkfifo -m700 "$fifo" - vshelper.doInit "$VSERVER_DIR" sync "$fifo" + vshelper.doInit "$1" sync "$fifo" eval $2=\$fifo }