gw6c: fixed faulty path reference

svn path=/nixos/trunk/; revision=31657
This commit is contained in:
Peter Simons 2012-01-18 20:34:04 +00:00
parent 1e59a18f90
commit 5144e94694

View file

@ -23,7 +23,7 @@ ln -s /dev/net/tun /dev/tun || true;
if test "$1" = "start"; then
trap 'stop ; exit ' 15
if test -n "@pingBefore@"; then while ! @iputils@/bin/ping @gw6server@ -c1 -w1 ; do sleep 1; done; fi
if test -n "@pingBefore@"; then while ! @iputils@/sbin/ping @gw6server@ -c1 -w1 ; do sleep 1; done; fi
cd /tmp/.gw6c
@coreutils@/bin/yes | \
env - HOME=/tmp/.gw6c $extraEnv \