l 2 umts: start wpa_supplicant again in trap
This commit is contained in:
parent
23385c2984
commit
2f77b404ab
|
@ -19,10 +19,9 @@ let
|
||||||
set -euf
|
set -euf
|
||||||
systemctl stop wpa_supplicant
|
systemctl stop wpa_supplicant
|
||||||
systemctl start umts
|
systemctl start umts
|
||||||
trap "systemctl stop umts;trap - INT TERM EXIT;exit" INT TERM EXIT
|
trap "systemctl stop umts && systemctl start wpa_supplicant;trap - INT TERM EXIT;exit" INT TERM EXIT
|
||||||
echo nameserver 8.8.8.8 | tee -a /etc/resolv.conf
|
echo nameserver 8.8.8.8 | tee -a /etc/resolv.conf
|
||||||
journalctl -xfu umts
|
journalctl -xfu umts
|
||||||
systemctl start wpa_supplicant
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
wvdial-defaults = ''
|
wvdial-defaults = ''
|
||||||
|
|
Loading…
Reference in a new issue