[setup] rm unused var

merge-requests/273/head
Bernhard Landauer 8 years ago
parent d8dfaef9a9
commit 5035ba1bc2

@ -1,9 +1,5 @@
#!/bin/sh
if [ $(cat /proc/1/comm) == "systemd" ]; then
H_INIT="systemd"
fi
while [[ ! $(ping -c 2 manjaro.org) ]]; do
if [[ $(cat /proc/1/comm) == "systemd" ]];then
if [[ $(systemctl is-active NetworkManager) == "active" ]]; then

Loading…
Cancel
Save