5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/bash
|
|
systemctl stop hostapd
|
|
systemctl disable hostapd
|
|
|
#!/bin/bash
|
|
systemctl stop hostapd
|
|
systemctl disable hostapd
|
|
|