ssh-init: use ip instead ifconfig

This commit is contained in:
Ingolf Wagner 2020-05-20 00:59:58 +02:00
parent 817d2b5bdb
commit f0e74ba8f6
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -75,7 +75,8 @@ in {
echo "make sure localhost is up"
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"
tor -f ${torRc} --verify-config