remove config file after disconnection
This commit is contained in:
parent
dd591547dc
commit
22c5f16cc3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
sudo sv stop iwd
|
||||
|
||||
conf="$(mktemp)"
|
||||
trap "rm '$conf'" EXIT QUIT
|
||||
|
||||
cat > "$conf" <<HERE
|
||||
ctrl_interface=DIR=/run/wpa_supplicant GROUP=wheel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue