ssh-init: use ip instead ifconfig
This commit is contained in:
parent
817d2b5bdb
commit
f0e74ba8f6
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ in {
|
||||||
|
|
||||||
echo "make sure localhost is up"
|
echo "make sure localhost is up"
|
||||||
ip a a 127.0.0.1/8 dev lo
|
ip a a 127.0.0.1/8 dev lo
|
||||||
ifconfig lo up
|
# ifconfig lo up
|
||||||
|
ip link set lo up
|
||||||
|
|
||||||
echo "tor: starting tor"
|
echo "tor: starting tor"
|
||||||
tor -f ${torRc} --verify-config
|
tor -f ${torRc} --verify-config
|
||||||
|
|
Loading…
Reference in a new issue