gw6c: fixed faulty path reference
svn path=/nixos/trunk/; revision=31657
This commit is contained in:
parent
1e59a18f90
commit
5144e94694
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user