Debian changed the standard way to restart network

This commit is contained in:
Yann Esposito (Yogsototh) 2011-11-17 13:58:14 +01:00
parent e7cf216bb4
commit 49512cede1

View file

@ -58,4 +58,6 @@ play)
} >&2
esac
[[ -e /etc/init.d/networking ]] && /etc/init.d/networking restart
[[ -e /etc/init.d/networking ]] && \
/etc/init.d/networking stop && \
/etc/init.d/networking start